| Package | Description |
|---|---|
| net.thevpc.tson |
| Modifier and Type | Method and Description |
|---|---|
TsonElementType |
TsonElementBase.type() |
TsonElementType |
TsonElementBuilder.type() |
static TsonElementType |
TsonElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsonElementType[] |
TsonElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> TsonSerializerBuilder |
TsonSerializerBuilder.setDeserializer(TsonElementType type,
Class<T> to,
TsonElementToObject<T> elemToObj) |
<T> TsonSerializerBuilder |
TsonSerializerBuilder.setDeserializer(TsonElementType type,
String name,
Class<T> to,
TsonElementToObject<T> elemToObj) |
Copyright © 2025 vpc open source initiative. All rights reserved.