Package com.abiquo.event.model.details

Examples of com.abiquo.event.model.details.EventDetailsSerializer


    private static final long serialVersionUID = -8391094596994578732L;

    public AbiquoModule()
    {
        super("Abiquo", new Version(0, 0, 1, "", "com.abiquo", "m"));
        addSerializer(EventDetails.class, new EventDetailsSerializer());
        addDeserializer(EventDetails.class, new EventDetailsDeserializer());
    }
View Full Code Here

TOP

Related Classes of com.abiquo.event.model.details.EventDetailsSerializer

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.