Package com.alibaba.wasp.protobuf.generated.WaspProtos

Examples of com.alibaba.wasp.protobuf.generated.WaspProtos.EntityGroupInfoProtos


   * @see {@link #toByteArray()}
   */
  public static EntityGroupInfo parseFrom(final byte[] bytes)
      throws DeserializationException {
    try {
      EntityGroupInfoProtos egi = EntityGroupInfoProtos.newBuilder()
          .mergeFrom(bytes, 0, bytes.length).build();
      return convert(egi);
    } catch (InvalidProtocolBufferException e) {
      throw new DeserializationException(e);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.wasp.protobuf.generated.WaspProtos.EntityGroupInfoProtos

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.