Annotation Interface SerdeConfig.SerIgnored
- Enclosing class:
 - SerdeConfig
 
@Internal
public static @interface SerdeConfig.SerIgnored
Ignore handling meta annotation.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceIgnore handling meta annotation on type. - 
Field Summary
Fields 
- 
Field Details
- 
IGNORE_UNKNOWN
Is it unknown ignored.- See Also:
 
 - 
ALLOW_DESERIALIZE
Is deserialization of ignored properties allowed.- See Also:
 
 - 
ALLOW_SERIALIZE
Is serialization of ignored properties allowed.- See Also:
 
 
 -