Interface JsonCompactibleDescriptor
-
public interface JsonCompactibleDescriptorMarker class and implementation check for if a struct can use the JSON jsonCompact format, using an array of the fields in numeric order.So the message:
Becomes:{ "first_field": "The first", "second_field": 12345 }["The first", 12345]- See Also:
JsonCompactible
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisJsonCompactible()
-