com.componio.jlicensure.shared
Interface Encoder

All Superinterfaces:
PropertiesSettable

public interface Encoder
extends PropertiesSettable

The server-side encoder. Encodes licenses.


Method Summary
 void encode(java.io.OutputStream out, java.lang.Object obj)
          Encode the given object.
 
Methods inherited from interface com.componio.jlicensure.shared.PropertiesSettable
setProperties
 

Method Detail

encode

void encode(java.io.OutputStream out,
            java.lang.Object obj)
            throws java.io.IOException
Encode the given object.

Throws:
java.io.IOException