public interface Serialiser<OBJECT,SERIALISED>
| Modifier and Type | Method and Description |
|---|---|
OBJECT |
deserialise(SERIALISED source)
Deserialise and return a re-hydrated object.
|
SERIALISED |
serialise(OBJECT source)
Serialise the incoming object
|
SERIALISED serialise(OBJECT source)
source - OBJECT deserialise(SERIALISED source)
source - Copyright © 2007-2016 Ikasan. All Rights Reserved.