| Class | Description |
|---|---|
| CustomSerializationObjectMapper |
Extended
ObjectMapper that lets you provide your own
serializers/deserializers. |
| JacksonUtils |
Utility methods for Jackson.
|
| ObjectIdDeserializer |
Custom Jackson deserializer for
ObjectIds, which deserializes a String as an ObjectId by
creating the ObjectId through ObjectId.ObjectId(String). |
| ObjectIdSerializer |
Custom Jackson serializer for
ObjectIds, which serializes an ObjectId as a String by
calling ObjectId.toString(). |
Copyright © 2018 CrafterCMS. All rights reserved.