public interface ScalarSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(String value) |
String |
write(T object) |
String write(T object) throws YamlException
YamlExceptionT read(String value) throws YamlException
YamlExceptionCopyright © 2020. All rights reserved.