de.intarsys.tools.serialize
Class BONSerializer
java.lang.Object
de.intarsys.tools.serialize.BONSerializer
- All Implemented Interfaces:
- ISerializer
public class BONSerializer
- extends Object
- implements ISerializer
A serializer implementation for the "BON", basic object notation.
- See Also:
BONSerializationFactory
BONSerializer
public BONSerializer(OutputStream os)
BONSerializer
public BONSerializer(OutputStream os,
String charset)
getCharset
public String getCharset()
serialize
public void serialize(Object object)
throws IOException
- Specified by:
serialize in interface ISerializer
- Throws:
IOException
setCharset
public void setCharset(String charset)
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.