Package org.codegist.crest.serializer

Serializes are used to serialize a object to a single String.

See:
          Description

Interface Summary
Serializer<T> Serializes are used to serialize a object to a single String.
 

Class Summary
ArraySerializer<T> Simple array serializer that serialize arrays and collections into a String.
BooleanSerializer  
DateSerializer  
Serializers  
ToStringSerializer<T> Simple serializer that returns the toString() value of the given value or empty string if null.
 

Package org.codegist.crest.serializer Description

Serializes are used to serialize a object to a single String.



Copyright © 2011. All Rights Reserved.