Skip to content

Instantly share code, notes, and snippets.

@Uko
Created May 31, 2014 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Uko/1df882d4484a9c6c94f6 to your computer and use it in GitHub Desktop.
Save Uko/1df882d4484a9c6c94f6 to your computer and use it in GitHub Desktop.
Snippet showing how to use Fuel serialisation engine in Pharo
"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