- All Known Implementing Classes:
- BasicStringTypeAdapter, LocalDateTimeTypeAdapter
public interface JsonTypeAdapter<T>
Implement JsonTypeAdapter to add custom JSON serialization and deserialization behaviour,
depending on your domain model.
Value Object eligible for deserialization should have a no-argument constructor (public or private).
- Author:
- bartosz walacik
- See Also:
LocalDateTimeTypeAdapter