Class Json.ReadOnlySerializer<T>

  • All Implemented Interfaces:
    Json.Serializer<T>
    Enclosing class:
    Json

    public abstract static class Json.ReadOnlySerializer<T>
    extends java.lang.Object
    implements Json.Serializer<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract T read​(Json json, JsonValue jsonData, java.lang.Class type)  
      void write​(Json json, T object, java.lang.Class knownType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadOnlySerializer

        public ReadOnlySerializer()