Ask a Question related to ASP.NET Security, Design and Development.
-
AVL #1
object Serialization
Hi,
I'm new to .net. I need some info on serialization.
What is serialization? Why do we need it? Why objects need to be serialized
if they need to be stored in session or viewstate?
AVL Guest
-
Serialization of a custom object
Hi, I have a collection of objects , the type of objects are known only at runtime. These type of objects are not specified in the WSDL. I need to... -
Object serialization.
Hi, I'm new to .net. I need some info on serialization. What is serialization? Why do we need it? Why objects need to be serialized if they need... -
#25975 [Fbk->Opn]: PHP 5 object references don't survive serialization
ID: 25975 User updated by: reiersol at online dot no Reported By: reiersol at online dot no -Status: Feedback... -
#25975 [Opn->Fbk]: PHP 5 object references don't survive serialization
ID: 25975 Updated by: moriyoshi@php.net Reported By: reiersol at online dot no -Status: Open +Status: ... -
#25975 [Bgs]: PHP 5 object references don't survive serialization
ID: 25975 Updated by: sniper@php.net Reported By: reiersol at online dot no Status: Bogus Bug Type: ... -
Daniel Fisher\(lennybacon\) #2
Re: object Serialization
Hi AVL
With serialisation you can save objects with their states (values of the> What is serialization?
fields in the class) to an xml file and of course restore them to their
states when they were saved.
Maybe you like to save the state of an object ;-)> Why do we need it?
For example if you want to clone an object, serialization can be very> Why objects need to be serialized?
usefull.
No. I use filesystem.> If they need to be stored in session or viewstate?
--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: [url]http://www.lennybacon.com/[/url]
Daniel Fisher\(lennybacon\) Guest



Reply With Quote

