Many thanks PA. I just tried the tool to test object->text, and text->object, it is exactly what I need.

PA wrote:


On Apr 28, 2005, at 06:17, Edmond Wong wrote:

I am looking for a text encoder and text decoder for object serialization and deserialization. Anyone has worked on such a tool before, and can share the source code?


Take a look at PL:

http://alt.textdrive.com/pl/

Usage example:

// serializing an object to PL

new PLObjectOutput( anOutputStream ).writeObject( anObject );

// deserializing an object back from PL

new PLObjectInput( anInputStream ).readObject();

http://alt.textdrive.com/pl/5/pl-the-implementation

Source code:

http://dev.alt.textdrive.com/browser/pl/

Cheers

--
PA, Onnay Equitursay
http://alt.textdrive.com/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to