Serialization

E

Etienne

Anybody know if it's possible to serialize Objects in VBA
like you can do with the function Serialize in Java??

Thanks!
 
A

Albert D. Kallal

No, unfortatnly you can't write out the objects with the state and data to
disk. It would be a real nice feature.

So, while you can create class objects in ms-access, you can't serialize and
save them. You can always roll some code to save the state of a object, but
I generally just use the initialize event to load up the object with the
data it needs...but saving is not possible.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top