Package com.dyuproject.protostuff.runtime.CollectionTest

Examples of com.dyuproject.protostuff.runtime.CollectionTest.Employee


   
    public void testEmployee() throws Exception
    {
        MappedSchema<Employee> schema = getSchema(Employee.class);
       
        Employee emp = CollectionTest.filledEmployee();
       
        roundTrip(emp, schema, schema.getPipeSchema());
    }
View Full Code Here

TOP

Related Classes of com.dyuproject.protostuff.runtime.CollectionTest.Employee

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.