Class Hierarchy
- java.lang.Object
- one.xingyi.core.marshelling.DataToBeSentToClient
- one.xingyi.core.marshelling.JsonObject (implements one.xingyi.core.marshelling.JsonValue)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- one.xingyi.core.marshelling.UnexpectedResponse
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- one.xingyi.core.marshelling.ContextForJson
- java.util.function.Function<T,R>
- one.xingyi.core.marshelling.FetchJavascript
- one.xingyi.core.marshelling.IXingYiResponseSplitter
- one.xingyi.core.marshelling.HasJson<Context>
- one.xingyi.core.marshelling.HasJsonWithLinks<Context,Entity>
- one.xingyi.core.marshelling.JsonParser<J>
- one.xingyi.core.marshelling.JsonParserAndWriter<J> (also extends one.xingyi.core.marshelling.JsonWriter<J>)
- one.xingyi.core.marshelling.JsonValue
- one.xingyi.core.marshelling.JsonWriter<J>
- one.xingyi.core.marshelling.JsonParserAndWriter<J> (also extends one.xingyi.core.marshelling.JsonParser<J>)
- one.xingyi.core.marshelling.MakesFromJson<T>