T - the type of the property.public interface PropertySerialization<T>
PropertyModel to determine if a value should be serialized.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
shouldSerialize(T value) |
Determines if a value should be serialized
|
boolean shouldSerialize(T value)
value - the value to check