Created
May 31, 2014 06:27
-
-
Save Uko/1df882d4484a9c6c94f6 to your computer and use it in GitHub Desktop.
Snippet showing how to use Fuel serialisation engine in Pharo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"to serialize the object use" | |
FLSerializer serialize: object toFileNamed: 'file-name.fuel'. | |
"to deserialize use" | |
FLMaterializer materializeFromFileNamed: 'file-name.fuel' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment