Package com.microsoft.rest.serializer
Annotation Type JsonFlatten
-
@Target({ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface JsonFlatten
Annotation used for flattening properties separated by '.'. E.g. a property with JsonProperty value "properties.value" will have "value" property under the "properties" tree on the wire.