Re: Object Serialisation



If I understand, what you need to save is the data the VBA routine needs to
recreate an object from its class. This may be as simple as a text file with
a list of property names and corresponding values, which are saved and
loaded by the object or the code controlling the object.

The code will have to be able to distinguish from creating a new object of
the class and recreating a previously defined instance of the class.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"pinkfloydfan" <lloyd.greensite@xxxxxxxxxxxxxx> wrote in message
news:1177847680.880503.321360@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Timebird

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.

Thanks
Lloyd



.



Relevant Pages

  • RE: Mailbox Store
    ... To recreate the stores all that you needed to do was to delete the priv1.* ... files and Exchange would automatically recreate them when Exchange started ... 'Mailbox Store' folder in ESM. ...
    (microsoft.public.windows.server.sbs)
  • RE: Mailbox Store
    ... Yes SBS seems quite happy for the store to be on the 'Temp' server, ... Priv1.edb and Priv1.stm files and re run the SBS setup to recreate the ...
    (microsoft.public.windows.server.sbs)
  • Re: I do NOT want to recreate the first information store.
    ... move all the mailboxes from one of the other stores ... I want to delete the first information store. ... I do NOT want to recreate it. ... Can I right click on the information store and choose delete and then ...
    (microsoft.public.exchange.admin)
  • Re: Deleting the first information store
    ... You do this by dismounting the store then right-clicking and delete. ... Restarting the System Attendent will not recreate the ... will recreate an empty mailbox store. ... I want to delete the first information store. ...
    (microsoft.public.exchange.admin)

Loading