Java Serialization

Summary: Framework for reading/writing Java objects via the java serialization protocol
Author: Blaine Buxton
Owner: Blaine Buxton (btb)
Co-maintainers: <None>
Categories:
Homepage: http://www.blainebuxton.com
PackageInfo name: Java Serialization
RSS feed:

Description:

Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with customized methods are just simple byte arrays. Future versions will use the class loader to make sense of this information. If you get any use out of it or have suggestions, let me know. I want it to become a way to interface to Java easily and the Smalltalk way. I want to do Java better than Java.

Releases


Back