Class |
Description |
ArrayMarshaller
|
- Authors:
- Siegfried Puchbauer
|
ByteArrayMarshaller
|
- Authors:
- Siegfried Puchbauer
|
CalendarMarshaller
|
JSON ObjectMarshaller which converts a Calendar Object to ISO-8601 format with Z suffix. |
CollectionMarshaller
|
- Authors:
- Siegfried Puchbauer
|
DateMarshaller
|
JSON ObjectMarshaller which converts a Date Object, conforming to the ECMA-Script-Specification
Draft, to a String value. |
DeepDomainClassMarshaller
|
- Authors:
- Siegfried Puchbauer
|
DomainClassMarshaller
|
Object marshaller for domain classes to JSON |
EnumMarshaller
|
- Authors:
- Siegfried Puchbauer
|
GenericJavaBeanMarshaller
|
- Authors:
- Siegfried Puchbauer
|
GroovyBeanMarshaller
|
- Authors:
- Siegfried Puchbauer
|
InstanceMethodBasedMarshaller
|
- Authors:
- Siegfried Puchbauer
|
InstantMarshaller
|
JSON ObjectMarshaller which converts an Instant to ISO-8601 format with Z suffix. |
JavascriptDateMarshaller
|
- Authors:
- Siegfried Puchbauer
|
LocalDateMarshaller
|
JSON ObjectMarshaller which converts a LocalDate to ISO-8601 date format (YYYY-MM-DD). |
LocalDateTimeMarshaller
|
JSON ObjectMarshaller which converts a LocalDateTime to ISO-8601 format (without timezone). |
MapMarshaller
|
- Authors:
- Siegfried Puchbauer
|
OffsetDateTimeMarshaller
|
JSON ObjectMarshaller which converts an OffsetDateTime to ISO-8601 format with timezone offset. |
ToStringBeanMarshaller
|
- Authors:
- Siegfried Puchbauer
|
ValidationErrorsMarshaller
|
- Authors:
- Siegfried Puchbauer
|
ZonedDateTimeMarshaller
|
JSON ObjectMarshaller which converts a ZonedDateTime to ISO-8601 format with timezone offset. |