Package de.xima.fc.converter.json
Class SerializedPrimitive
- java.lang.Object
 - 
- de.xima.fc.converter.json.SerializedPrimitive
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class SerializedPrimitive extends Object implements Serializable
A serialized primitive JSON value, together with its type.- Since:
 - 8.2.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SerializedPrimitive(String type, String value)Creates a new serialized primitive POJO. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Stringtype()The type of the primitive.Stringvalue()The value of the primitive. 
 -