Package it.freedomotic.reactions

Examples of it.freedomotic.reactions.ReactionConverter


            //xstream.registerConverter(new PayloadConverter());
            xstream.alias("payload", Payload.class);

//            xstream.omitField(ObjectReceiveClick.class, "obj");
//            xstream.omitField(ObjectReceiveClick.class, "click");
            xstream.registerConverter(new ReactionConverter());
            xstream.registerConverter(new PropertiesConverter());
            xstream.registerConverter(new TupleConverter());
        }

        return xstream;
View Full Code Here

TOP

Related Classes of it.freedomotic.reactions.ReactionConverter

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.