July 8, 2014
12:38 a.m.
abergel wrote
Mime64 is your friend :-)
Thanks for the pointer! I did a little experiment... how does this look? sampleObjectToSerialize := { Date today. Time now }. ba := ByteArray streamContents: [ :str | FLSerializer serialize: sampleObjectToSerialize on: str ]. storableInMethod := ba base64Encoded. FLMaterializer materializeFromByteArray: storableInMethod base64Decoded asByteArray. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Sharing-Versioning-Data-tp4765528p4766933.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.