intarsys runtime library

de.intarsys.tools.serialize
Class BONDeserializer

java.lang.Object
  extended by 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

Constructor Summary
BONDeserializer(InputStream is)
           
BONDeserializer(InputStream is, String charset)
           
 
Method Summary
 Object deserialize()
          Deserialize and return the next object from the current state.
 String getCharset()
           
 void setCharset(String charset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONDeserializer

public BONDeserializer(InputStream is)

BONDeserializer

public BONDeserializer(InputStream is,
                       String charset)
Method Detail

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)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.