Interface TomlSerializer<I,O>
- All Known Subinterfaces:
TomlSerializer.Symmetric<T>
- All Known Implementing Classes:
PlainTextTomlSerializer
public interface TomlSerializer<I,O>
An abstraction for facets which can transform
TOML tables to/from some other type in-memory.
Available Serializers
| Name | Artifact | Supported Type(s) |
|---|---|---|
PlainTextTomlSerializer |
N/A | String |
GsonTomlSerializer |
jtoml-serializer-gson |
JsonObject |
ReflectTomlSerializer |
jtoml-serializer-reflect |
TomlSerializable,
Map<String, ?>,
List<?>,
records,
primitives (boxed and unboxed) and
arrays
|
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceATomlSerializerwhich serializes and deserializes the same type -
Method Summary
-
Method Details
-
inType
-
outType
-
serialize
Deprecated. -
fromToml
-
deserialize
Deprecated.UsetoToml(Object) -
toToml
-
toToml(Object)