com.maryanovsky.gwtutils.client.text
Interface Encoder<T>

All Known Subinterfaces:
Transcoder<T>

public interface Encoder<T>

An interface for classes which can encode object representations into text.

Author:
Maryanovsky Alexander

Method Summary
 String encode(T object)
          Encodes the specified object.
 

Method Detail

encode

String encode(T object)
Encodes the specified object.