class PropertyModelSerializationImpl<T> extends java.lang.Object implements PropertySerialization<T>
Constructor and Description |
---|
PropertyModelSerializationImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSerialize(T value)
Determines if a value should be serialized
|
public boolean shouldSerialize(T value)
PropertySerialization
shouldSerialize
in interface PropertySerialization<T>
value
- the value to check