Package br.com.caelum.vraptor.serialization.xstream

Examples of br.com.caelum.vraptor.serialization.xstream.VRaptorXStream


  /**
   * Extension point to configure your xstream instance.
   * @return the configured xstream instance
   */
  protected XStream getXStream() {
    return new VRaptorXStream(extractor, getHierarchicalStreamDriver());
  }
View Full Code Here


  /**
   * Extension point to configure your xstream instance.
   * @return the configured xstream instance
   */
  protected XStream getXStream() {
    return new VRaptorXStream(extractor, getHierarchicalStreamDriver());
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.serialization.xstream.VRaptorXStream

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.