@Target(value={CONSTRUCTOR,METHOD,FIELD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface JsonIgnore
JsonProperty| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
deserialize
Whether to include this property in deserialization.
|
boolean |
serialize
Whether to include this property in serialization.
|
public abstract boolean serialize
public abstract boolean deserialize
Copyright © 2014. All Rights Reserved.