2019-12-02 04:44:19 -05:00
|
|
|
|
## Jackson Custom Conversions
|
|
|
|
|
|
|
|
|
|
This module contains articles about Jackson custom conversions.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Jackson – Custom Serializer](https://www.baeldung.com/jackson-custom-serialization)
|
|
|
|
|
- [Getting Started with Custom Deserialization in Jackson](https://www.baeldung.com/jackson-deserialization)
|
2023-05-31 07:55:58 -04:00
|
|
|
|
- [Serialize Only Fields That Meet a Custom Criteria With Jackson](https://www.baeldung.com/jackson-serialize-field-custom-criteria)
|
2019-12-02 04:44:19 -05:00
|
|
|
|
- [Calling Default Serializer from Custom Serializer in Jackson](https://www.baeldung.com/jackson-call-default-serializer-from-custom-serializer)
|
2023-04-07 11:39:24 -04:00
|
|
|
|
- [OffsetDateTime Serialization With Jackson](https://www.baeldung.com/java-jackson-offsetdatetime)
|