Package se.l4.commons.serialization
Interface Serializer.NullHandling
- All Known Implementing Classes:
OptionalSerializer
- Enclosing interface:
- Serializer<T>
public static interface Serializer.NullHandling
Marker interface used when a serializer wants to handle an incoming
null value. If a serializer does not implement this interface
null values are mapped to default values automatically by
the reflection serializer.