Interface Json.Serializer<T>

Enclosing class:
Json

public static interface Json.Serializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(Json json, JsonValue jsonData, Class type)
     
    void
    write(Json json, T object, Class knownType)