| Package | Description |
|---|---|
| com.holonplatform.json.config | |
| com.holonplatform.json.gson | |
| com.holonplatform.json.model |
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<PropertyBoxSerializationMode> |
JsonConfigProperties.PROPERTYBOX_SERIALIZATION_MODE
PropertyBox serialization mode. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyBoxSerializationMode |
PropertyBoxSerializationMode.getDefault()
Get the default
PropertyBoxSerializationMode. |
static PropertyBoxSerializationMode |
PropertyBoxSerializationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyBoxSerializationMode[] |
PropertyBoxSerializationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.GsonBuilder |
GsonConfiguration.builder(PropertyBoxSerializationMode serializationMode)
Create a
GsonBuilder, registering serializers and deserializers for PropertyBox type handling. |
static com.google.gson.GsonBuilder |
GsonConfiguration.configure(com.google.gson.GsonBuilder builder,
PropertyBoxSerializationMode serializationMode)
Configure given Gson
GsonBuilder, registering serializers and deserializers for PropertyBox type
handling. |
| Modifier and Type | Method and Description |
|---|---|
PropertySetSerializationTree |
JsonPropertySetSerializationTreeResolver.resolve(com.holonplatform.core.property.PropertySet<?> propertySet,
PropertyBoxSerializationMode serializationMode)
Resolve the
PropertySetSerializationTree if given PropertySet definition. |
Copyright © 2019 The Holon Platform. All rights reserved.