Package com.apitrary.orm.core.marshalling

Examples of com.apitrary.orm.core.marshalling.PayloadMarshaller


   * @param <T>
   *            a T object.
   * @return a {@link java.lang.String} object.
   */
  protected <T> String marshall(T entity) {
    return new PayloadMarshaller(this).marshall(entity);
  }
View Full Code Here


   * @param <T>
   *            a T object.
   * @return a {@link java.lang.String} object.
   */
  protected <T> String marshall(T entity) {
    return new PayloadMarshaller(this).marshall(entity);
  }
View Full Code Here

TOP

Related Classes of com.apitrary.orm.core.marshalling.PayloadMarshaller

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.