public interface TsonSerializer
| Modifier and Type | Method and Description |
|---|---|
TsonSerializerBuilder |
builder() |
TsonObjectContext |
context() |
<T> T |
deserialize(TsonElement e,
Class<T> to) |
TsonElement |
serialize(Object o) |
TsonElement[] |
serializeArray(Object... o) |
TsonSerializerBuilder builder()
TsonObjectContext context()
TsonElement serialize(Object o)
TsonElement[] serializeArray(Object... o)
<T> T deserialize(TsonElement e, Class<T> to)
Copyright © 2024 vpc open source initiative. All rights reserved.