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
Exception
Object deserialize(InputStream is) throws Exception
Exception
Copyright © 2006–2018 TinyGroup. All rights reserved.