Package org.clazzes.remoting.marshal.impl

Class Summary
ClassInfo  
CompactMarshaler A marshaler, which marshals object in a field-by-field manner.
DateObjectMarshaler This field marshaler reads/writes the timestamp of a Date instance.
GregorianCalendarObjectMarshaler This marshaler reads/writes the timestamp and timezone of a GregorianCalendar instance.
JAVAMarshaler The default implementation of the marshaler, which uses an ObjectInputStreamWithClassLoader and an ObjectOutputStream for deserialization and serialization.
LinkedHashMapObjectMarshaler Marshal a LinkedHashMap instance.
MarshalerClassRegistry A registry for known classes to marshal.
MarshalerSupport  
SqlDateObjectMarshaler This field marshaler reads/writes the timestamp of a Date instance.
TimestampObjectMarshaler This field marshaler reads/writes the timestamp of a Timestamp instance.
TreeMapObjectMarshaler Marshal a TreeMap instance.
TreeSetObjectMarshaler Marshal a TreeMap instance.
 



Copyright © 2010. All Rights Reserved.