com.croftsoft.core.io
Interface Encoder

All Known Implementing Classes:
SerializableCoder, StringCoder, XmlBeanCoder

public interface Encoder

A generic interface for Object encoders.

Since:
2000-03-23
Version:
2003-05-13
See Also:
Parser
Author:
David Wallace Croft

Method Summary
 byte[] encode(Object object)
           
 

Method Detail

encode

byte[] encode(Object object)
              throws IOException
Throws:
IOException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)