Package com.cedarsoft.couchdb.io

Examples of com.cedarsoft.couchdb.io.CreationResponseSerializer


  }

  @NotNull
  public static ActionResponse create( @NotNull ClientResponse response ) throws ActionFailedException {
    verifyNoError( response );
    return new CreationResponseSerializer().deserialize( response );
  }
View Full Code Here

TOP

Related Classes of com.cedarsoft.couchdb.io.CreationResponseSerializer

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.