Package com.softwarementors.extjs.djn.test.ServerMethodReturnTest

Examples of com.softwarementors.extjs.djn.test.ServerMethodReturnTest.Base


  }

 
  @DirectMethod
  public Base test_fieldInDerivedClassFieldExclusion() {
    Base result = new Derived("b", 33);
    JsonDeserializationManager mgr = JsonDeserializationManager.getManager();
    mgr.excludeFieldPaths("v2");
   
    return result;
  }
View Full Code Here

TOP

Related Classes of com.softwarementors.extjs.djn.test.ServerMethodReturnTest.Base

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.