Examples of Vector2iTypeAdapter


Examples of org.terasology.utilities.gson.Vector2iTypeAdapter

    private static final Logger logger = LoggerFactory.getLogger(AtlasLoader.class);

    private Gson gson;

    public AtlasLoader() {
        gson = new GsonBuilder().registerTypeAdapter(Vector2i.class, new Vector2iTypeAdapter()).create();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.