Class | Description |
---|---|
ApiSerializerModuleFactory |
Create a serializer module factory to allow api model objects to be serialized.
|
DateTimeLongDeserializer |
JSON deserializer that converts an EPOCH long to a
DateTime instance. |
DateTimeLongSerializer |
JSON Serializer that converts a
DateTime instance to an EPOCH long |
MetadataValueDeserializer |
JSON Serializer that converts metadata field
|
RestEnrichable.Helper |
Annotation Type | Description |
---|---|
RestEnrichable |
An annotation indicating that this model object should be enriched when
being serialized.
|
RestEnrichableProperty |
Annotation indicating that a field should be included in a RestEntity even if it doesn't have
a JsonProperty annotation.
|
Copyright © 2003–2019 Atlassian. All rights reserved.