IgnoreNullValues

annotation class IgnoreNullValues

Annotation that prevents a POJO class attribute from being serialized when it is null.
This annotation is intended to POJO classes only!**

Constructors

Link copied to clipboard
fun IgnoreNullValues()