public static interface ValueSerialization.Formats
ValueSerialization implementations should be tagged with theses at assembly time so that consumers can specify which format they need.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON
Tag a ValueSerialization service that support the JSON format. 
 | 
static String | 
XML
Tag a ValueSerialization service that support the XML format. 
 | 
static String | 
YAML
Tag a ValueSerialization service that support the YAML format. 
 | 
static final String JSON
static final String XML
static final String YAML