Package com.dslplatform.json.runtime
Class ObjectAnalyzer.Runtime
- java.lang.Object
-
- com.dslplatform.json.runtime.ObjectAnalyzer.Runtime
-
- Enclosing class:
- ObjectAnalyzer
public static class ObjectAnalyzer.Runtime extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static JsonReader.ReadObject<java.lang.Object>JSON_READERstatic JsonWriter.WriteObject<java.lang.Object>JSON_WRITER
-
Constructor Summary
Constructors Constructor Description Runtime()
-
-
-
Field Detail
-
JSON_READER
public static final JsonReader.ReadObject<java.lang.Object> JSON_READER
-
JSON_WRITER
public static final JsonWriter.WriteObject<java.lang.Object> JSON_WRITER
-
-