Package name.martingeisse.grumpyjson.builtin.helper_types
package name.martingeisse.grumpyjson.builtin.helper_types
-
ClassDescriptionThis can be used to implement a property that must be JSON-null during deserialziation, and always serializes as JSON-null.The converter for
FieldMustBeNull.This can be used to implement a property that gets ignored during deserialization, and is absent during serialization.The converter forIgnoredField.This can be used to wrap a property and allow JSON null instead of an actual value.The converter forNullableField.This can be used to wrap a property and allow it to be absent in JSON.The converter forOptionalField.