Package com.google.code.proto.gcless

Examples of com.google.code.proto.gcless.MemlessParser


public class GenerateSerializationTest {

  public static void main(String[] args) throws Exception {

    MemlessParser parser = new MemlessParser();
    parser.process("src/test/resources/unittest.proto");
    List<ProtobufMessage> messages = parser.getMessages();

    ProtobufMessage message = getMessage("TestAllTypes", messages);
    if (message == null) {
      throw new IllegalStateException();
    }
View Full Code Here

TOP

Related Classes of com.google.code.proto.gcless.MemlessParser

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.