public class StorageSerialization extends Object
| Constructor and Description |
|---|
StorageSerialization() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClasses() |
String |
getPath() |
boolean |
isAutoArrayType() |
boolean |
isIncludePrimitiveTypes() |
void |
setAutoArrayType(boolean autoArrayType) |
void |
setClasses(List<String> classes) |
void |
setIncludePrimitiveTypes(boolean includePrimitiveTypes) |
void |
setPath(String path) |
public String getPath()
public boolean isAutoArrayType()
public boolean isIncludePrimitiveTypes()
public void setAutoArrayType(boolean autoArrayType)
public void setIncludePrimitiveTypes(boolean includePrimitiveTypes)
public void setPath(String path)
Copyright © 2018 seanchenxi.com. All rights reserved.