public interface IMarshObjectConvertor
Modifier and Type | Method and Description |
---|---|
MarshObject |
getMarshObject(Object o)
Convert Object to MarshObject
|
Object |
getObject(MarshObject marsh)
Convert MarshObject to Object
|
MarshObject getMarshObject(Object o) throws IOException
o
- Original objectIOException
Object getObject(MarshObject marsh) throws IOException, ClassNotFoundException
marsh
- MarshObject to convertIOException
ClassNotFoundException
Copyright © GigaSpaces.