public interface EdnTranslator<T>
Modifier and Type | Method and Description |
---|---|
String |
getTag()
Return the tag literal to use during serialization.
|
T |
read(Object obj)
Read a tagged Edn object as its intended type.
|
default String |
write(T obj)
Return an Edn representation of the given object.
|
default void |
write(T obj,
Writer writer)
Write an Edn representation of the given object to the given Writer.
|
String getTag()
Copyright © 2017. All rights reserved.