de.intarsys.tools.serialize
Class BONDeserializer
java.lang.Object
de.intarsys.tools.serialize.BONDeserializer
- All Implemented Interfaces:
- IDeserializer
public class BONDeserializer
- extends Object
- implements IDeserializer
A deserializer implementation for the "BON", basic object notation.
- See Also:
BONSerializationFactory
BONDeserializer
public BONDeserializer(InputStream is)
BONDeserializer
public BONDeserializer(InputStream is,
String charset)
deserialize
public Object deserialize()
throws IOException
- Description copied from interface:
IDeserializer
- Deserialize and return the next object from the current state.
- Specified by:
deserialize in interface IDeserializer
- Returns:
- The next object deserialized from the current state.
- Throws:
IOException
getCharset
public String getCharset()
setCharset
public void setCharset(String charset)
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.