org.qi4j.api.value
Interface ValueSerialization.Formats

Enclosing interface:
ValueSerialization

public static interface ValueSerialization.Formats

Serialization format @Service tags.

ValueSerialization implementations should be tagged with theses at assembly time so that consumers can specify which format they need.


Field Summary
static java.lang.String JSON
          Tag a ValueSerialization service that support the JSON format.
static java.lang.String XML
          Tag a ValueSerialization service that support the XML format.
 

Field Detail

JSON

static final java.lang.String JSON
Tag a ValueSerialization service that support the JSON format.

See Also:
Constant Field Values

XML

static final java.lang.String XML
Tag a ValueSerialization service that support the XML format.

See Also:
Constant Field Values