public interface Deserializer
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(InputStream inStr) |
String |
serialize(Object inObj) |
void |
unload() |
Object deserialize(InputStream inStr) throws DeserializationException
DeserializationException
String serialize(Object inObj) throws DeserializationException
DeserializationException
void unload()
Copyright © 2016–2025. All rights reserved.