Hierarchy For Package io.github.grumpystuff.grumpyjson.builtin.primitive
Class Hierarchy
- java.lang.Object
- io.github.grumpystuff.grumpyjson.builtin.primitive.BooleanConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.EnumConverter<T> (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.IntegerConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.LocalDateConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.LocalDateTimeConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.LocalTimeConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.LongConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)
- io.github.grumpystuff.grumpyjson.builtin.primitive.StringConverter (implements io.github.grumpystuff.grumpyjson.deserialize.JsonDeserializer, io.github.grumpystuff.grumpyjson.serialize.JsonSerializer<T>)