| Constructor and Description |
|---|
IntBagEntitySerializer(World world) |
| Modifier and Type | Method and Description |
|---|---|
Bag<Entity> |
getTranslatedIds() |
IntBag |
read(com.badlogic.gdx.utils.Json json,
com.badlogic.gdx.utils.JsonValue jsonData,
Class type) |
void |
write(com.badlogic.gdx.utils.Json json,
IntBag entities,
Class knownType) |
public IntBagEntitySerializer(World world)
public void write(com.badlogic.gdx.utils.Json json,
IntBag entities,
Class knownType)
write in interface com.badlogic.gdx.utils.Json.Serializer<IntBag>public IntBag read(com.badlogic.gdx.utils.Json json, com.badlogic.gdx.utils.JsonValue jsonData, Class type)
read in interface com.badlogic.gdx.utils.Json.Serializer<IntBag>Copyright © 2016. All rights reserved.