public final class GsonConfiguration extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.GsonBuilder |
builder()
Create a
GsonBuilder, registering serializers and deserializers for PropertyBox type handling. |
static void |
configure(com.google.gson.GsonBuilder builder)
Configure given Gson
GsonBuilder, registering serializers and deserializers for PropertyBox type
handling. |
public static com.google.gson.GsonBuilder builder()
GsonBuilder, registering serializers and deserializers for PropertyBox type handling.public static void configure(com.google.gson.GsonBuilder builder)
GsonBuilder, registering serializers and deserializers for PropertyBox type
handling.builder - GsonBuilder (not null)Copyright © 2017 The Holon Platform. All rights reserved.