@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface HandleNull
HandleClassMetadata
, put this annotation on your Converters, Serializers and
Deserializers to disable Genson default null handling (
NullConverter
). In that case you will have to
write the code that handles nulls during serialization and deserialization of your type (and not
of its content). This feature is mainly for internal use.HandleClassMetadata
,
NullConverter
Copyright © 2019. All rights reserved.