public static class ResourceData.AssetData<T> extends java.lang.Object implements Json.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filename |
java.lang.Class<T> |
type |
Constructor and Description |
---|
AssetData() |
AssetData(java.lang.String filename,
java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
read(Json json,
JsonValue jsonData) |
void |
write(Json json) |
public java.lang.String filename
public java.lang.Class<T> type
public AssetData()
public AssetData(java.lang.String filename, java.lang.Class<T> type)
public void write(Json json)
write
in interface Json.Serializable
public void read(Json json, JsonValue jsonData)
read
in interface Json.Serializable