Package net.pwall.json.annotation
See: Description
-
Annotation Summary Annotation Description JSONAllowExtra Annotation to indicate that extra properties in the class are allowed (and ignored) on deserialization. JSONIgnore Annotation to indicate property is to be ignored in auto-serialization and deserialization. JSONIncludeAllProperties Annotation to indicate all properties in a class are to be included in auto-serialization even if null.JSONIncludeIfNull Annotation to indicate property is to be included in auto-serialization even if null.JSONName Annotation to set name to be used in auto-serialization and deserialization.