Package com.maryanovsky.gwtutils.client.text

Interface Summary
Decoder<T> An interface for classes which can decode text into an object.
Encoder<T> An interface for classes which can encode object representations into text.
Transcoder<T> An interface for classes which can both decode and encode objects from/to text.
 

Class Summary
ParseUtils A utility class providing useful methods for parsing.
 

Exception Summary
ParseException The exception thrown when parsing fails.