WGDatabaseRevision
now having their own serialisation/deserialisation methodspublic interface WGDatabaseRevisionSerializer
WGDatabase.getRevision()
to string form.Modifier and Type | Method and Description |
---|---|
java.lang.Comparable<?> |
fromPersistentForm(java.lang.String revisionStr)
Deprecated.
Recreates a revision object from a serialized form
|
java.lang.String |
toPersistentForm(java.lang.Comparable<?> revision)
Deprecated.
Creates a serialized form of the given revision object, able to be persisted
|
java.lang.String toPersistentForm(java.lang.Comparable<?> revision) throws java.lang.Exception
revision
- java.lang.Exception
java.lang.Comparable<?> fromPersistentForm(java.lang.String revisionStr) throws java.lang.Exception
revisionStr
- java.lang.Exception