Class SecretJsonSerializer.GsonToolJsonSerializer

java.lang.Object
io.datarouter.secret.service.SecretJsonSerializer.GsonToolJsonSerializer
All Implemented Interfaces:
SecretJsonSerializer
Enclosing interface:
SecretJsonSerializer

@Singleton
public static class SecretJsonSerializer.GsonToolJsonSerializer
extends java.lang.Object
implements SecretJsonSerializer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.secret.service.SecretJsonSerializer

    SecretJsonSerializer.GsonToolJsonSerializer
  • Constructor Summary

    Constructors 
    Constructor Description
    GsonToolJsonSerializer()  
  • Method Summary

    Modifier and Type Method Description
    <T> T deserialize​(java.lang.String toDeserialize, java.lang.reflect.Type classOfT)  
    <T> java.lang.String serialize​(T toSerialize)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait