public abstract class TreePathConverter extends Object
| Constructor and Description |
|---|
TreePathConverter() |
| Modifier and Type | Method and Description |
|---|---|
static TreePath |
deserialize(com.dslplatform.json.JsonReader reader) |
static ArrayList<TreePath> |
deserializeCollection(com.dslplatform.json.JsonReader reader) |
static void |
deserializeCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res) |
static ArrayList<TreePath> |
deserializeNullableCollection(com.dslplatform.json.JsonReader reader) |
static void |
deserializeNullableCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res) |
static void |
serialize(TreePath value,
com.dslplatform.json.JsonWriter sw) |
static void |
serializeNullable(TreePath value,
com.dslplatform.json.JsonWriter sw) |
public static void serializeNullable(TreePath value, com.dslplatform.json.JsonWriter sw)
public static void serialize(TreePath value, com.dslplatform.json.JsonWriter sw)
public static TreePath deserialize(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<TreePath> deserializeCollection(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionpublic static void deserializeCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res)
throws IOException
IOExceptionpublic static ArrayList<TreePath> deserializeNullableCollection(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionpublic static void deserializeNullableCollection(com.dslplatform.json.JsonReader reader,
Collection<TreePath> res)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.