public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(InputStream is) |
void |
serialize(Object objectToEncode,
OutputStream os) |
void serialize(Object objectToEncode, OutputStream os) throws Exception
ExceptionObject deserialize(InputStream is) throws Exception
ExceptionCopyright © 2006–2018 TinyGroup. All rights reserved.