Skip to content

Commit

Permalink
Add reference to Voyage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabry committed May 17, 2015
1 parent 67528c3 commit 040ffb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Fuel/Fuel.pillar
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ FLSerializer serialize: 'stringToSerialize' toFileNamed: 'demo.fuel'.
materializedString := FLMaterializer materializeFromFileNamed: 'demo.fuel'.
]]]

Fuel also provides the messages ==serializeToByteArray:== and ==materializeFromByteArray:== for storing into a ==ByteArray==. This can be interesting, for example, for serializing an object graph as a blob of data into a database when using Voyage.
@@authorToDo Put a reference to Voyage
Fuel also provides the messages ==serializeToByteArray:== and
==materializeFromByteArray:== for storing into a ==ByteArray==. This
can be interesting, for example, for serializing an object graph as a
blob of data into a database when using Voyage (see Chapter *ch:Voyage*).

[[[language=Smalltalk
anArray := FLSerializer serializeToByteArray: 'stringToSerialize'.
Expand Down
2 changes: 1 addition & 1 deletion Voyage/Voyage.pier
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!Persisting Objects with Voyage

@ch:voyage

Voyage is a small persistence framework developed by Esteban Lorenzano, constructed as a small layer between the objects and a persistency mechanism. It is purely object-oriented and has as a goal to present a minimal API to most common development usages. Voyage is a common layer for different backends but currently it supports just two: an ''in-memory'' layer and a backend for the MongoDB database (*http://mongodb.org>http://mongodb.org/*).

Expand Down

0 comments on commit 040ffb0

Please sign in to comment.