Class PlainTextTomlSerializer
java.lang.Object
io.github.wasabithumb.jtoml.serial.plain.PlainTextTomlSerializer
- All Implemented Interfaces:
TomlSerializer<String,,String> TomlSerializer.Symmetric<String>
@Internal
public final class PlainTextTomlSerializer
extends Object
implements TomlSerializer.Symmetric<String>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.wasabithumb.jtoml.serial.TomlSerializer
TomlSerializer.Symmetric<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.wasabithumb.jtoml.serial.TomlSerializer.Symmetric
inType, outType
-
Constructor Details
-
PlainTextTomlSerializer
-
-
Method Details
-
serialType
- Specified by:
serialTypein interfaceTomlSerializer.Symmetric<String>
-
fromToml
- Specified by:
fromTomlin interfaceTomlSerializer<String,String>
-
toToml
- Specified by:
toTomlin interfaceTomlSerializer<String,String>
-
serialize
- Specified by:
serializein interfaceTomlSerializer<String,String>
-
deserialize
- Specified by:
deserializein interfaceTomlSerializer<String,String>
-