Package io.datarouter.gson.codec
Class GsonCodec<T>
java.lang.Object
io.datarouter.gson.codec.GsonCodec<T>
- All Implemented Interfaces:
io.datarouter.bytes.Codec<T,String>
Create a single object that can convert a single class to and from json.
-
Nested Class Summary
-
Field Summary
Fields inherited from interface io.datarouter.bytes.Codec
IDENTITY_INSTANCE -
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.datarouter.bytes.Codec
encodeAndDecode