Class SerializedPrimitive
java.lang.Object
de.xima.fc.converter.json.SerializedPrimitive
- All Implemented Interfaces:
Serializable
A serialized primitive JSON value, together with its type.
- Since:
- 8.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializedPrimitive(String type, String value) Creates a new serialized primitive POJO. -
Method Summary
-
Constructor Details
-
SerializedPrimitive
-
-
Method Details
-
equals
-
hashCode
-
type
-
value
-