public class DateSerializer extends Object implements ScalarSerializer<Date>
| Constructor and Description |
|---|
DateSerializer() |
public Date read(String value) throws YamlException
read in interface ScalarSerializer<Date>YamlExceptionpublic String write(Date object) throws YamlException
write in interface ScalarSerializer<Date>YamlExceptionCopyright © 2020. All rights reserved.