Package scrumdo.model

Examples of scrumdo.model.Points


            return new JsonPrimitive(src.points);
        }

        public Points deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
                throws JsonParseException {
            return new Points(json.getAsJsonPrimitive().getAsString());
        }
View Full Code Here

TOP

Related Classes of scrumdo.model.Points

Copyright © 2018 www.massapicom. 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.