intarsys runtime library

de.intarsys.tools.serialize
Class BONSerializer

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

Constructor Summary
BONSerializer(OutputStream os)
           
BONSerializer(OutputStream os, String charset)
           
 
Method Summary
 String getCharset()
           
 void serialize(Object object)
           
 void setCharset(String charset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONSerializer

public BONSerializer(OutputStream os)

BONSerializer

public BONSerializer(OutputStream os,
                     String charset)
Method Detail

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)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.