void |
VPackAttributeTranslator.add(String attribute,
int key) |
void |
VPackJsonDeserializer.deserialize(VPackSlice parent,
String attribute,
VPackSlice vpack,
StringBuilder json) |
T |
VPackDeserializer.deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context) |
T |
VPackDeserializerParameterizedType.deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context,
ParameterizedType type) |
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons) |
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons,
boolean includeNullValues) |
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons,
boolean includeNullValues,
VPackBuilder builder) |
VPackSlice |
VPackParser.fromJson(Iterable<String> jsons,
VPackBuilder builder) |
VPackSlice |
VPackParser.fromJson(String json) |
VPackSlice |
VPackParser.fromJson(String json,
boolean includeNullValues) |
VPackSlice |
VPackParser.fromJson(String json,
boolean includeNullValues,
VPackBuilder builder) |
VPackSlice |
VPackParser.fromJson(String json,
VPackBuilder builder) |
VPackSlice |
VPackSlice.get(String attribute) |
void |
VPackAttributeTranslator.seal() |
void |
VPackJsonSerializer.serialize(VPackBuilder builder,
String attribute,
T value) |
void |
VPackSerializer.serialize(VPackBuilder builder,
String attribute,
T value,
VPackSerializationContext context) |
String |
VPackParser.toJson(VPackSlice vpack) |
String |
VPackParser.toJson(VPackSlice vpack,
boolean includeNullValues) |