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 objectIOExceptionObject getObject(MarshObject marsh) throws IOException, ClassNotFoundException
marsh - MarshObject to convertIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.