Class TsonSerializerImpl
java.lang.Object
net.thevpc.tson.impl.marshall.TsonSerializerImpl
- All Implemented Interfaces:
TsonSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()context()<T> TdefaultElementToObject(TsonElement e, Class<T> to, TsonObjectContext context) protected <T> TsonElementdefaultObjectToElement(T any, TsonObjectContext context) <T> Tdeserialize(TsonElement e, Class<T> to) serializeArray(Object... o)
-
Constructor Details
-
TsonSerializerImpl
-
TsonSerializerImpl
public TsonSerializerImpl()
-
-
Method Details
-
defaultObjectToElement
-
context
- Specified by:
contextin interfaceTsonSerializer
-
serialize
- Specified by:
serializein interfaceTsonSerializer
-
serializeArray
- Specified by:
serializeArrayin interfaceTsonSerializer
-
deserialize
- Specified by:
deserializein interfaceTsonSerializer
-
defaultElementToObject
-
builder
- Specified by:
builderin interfaceTsonSerializer
-