I understand that serialization is the process whereby you store an
object on a hard drive in some readable format that it can be loaded
back in again should you so wish.
It would be very useful to me to know how to do this in VBA as I have
some pretty complicated objects that are somewhat memory intensive and
so would like to be able to store them permanently outside of RAM so I
don't have to keep re-creating them every time I open my application.
Re: State Management ...John,... > serialization.... > temporarily store state.... > handling the storage of user specific data as you're giving every user ... (microsoft.public.dotnet.framework.aspnet)
Re: Storing an object info ... > I had a method in my mind which is to store an object in the file and read ... I mention performance because often serialization of objects isn't terribly ... efficient compared to more specific saving strategies.... e.g. different versions of class files.... (comp.lang.java.programmer)
Serialization, RMI and deep copy ... I have a in-memory store... then that update object must be serialized through RMI.... I thought of using serialization for the deep-copy operation. ... (comp.lang.java.programmer)
Re: Why Serialization ... said that you can store a control in the state it is, but for the array...control in the state as it is, but you can also use it to sent an object ... in the state it is pver the line without XML serialization.... (microsoft.public.dotnet.general)
Re: nullreferenceexception for Private Object Variables ... In process session state can store the object as is in memory, ...serialization.... > actually store objects themselves, or just XML representations of them? ... >> |> I have created a class which contains some private object variables,... (microsoft.public.dotnet.framework.aspnet)