Interface JsonCompactible
-
public interface JsonCompactibleMarker 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:
JsonCompactibleDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanjsonCompact()
-