com.google.protobuf.gwt.shared
Class AbstractMessage

java.lang.Object
  extended by com.google.protobuf.gwt.shared.AbstractMessage
All Implemented Interfaces:
Message
Direct Known Subclasses:
GeneratedMessage

public abstract class AbstractMessage
extends Object
implements Message

A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.

Author:
vkulikov@alum.mit.edu Vitaliy Kulikov Based on the original non-GWT Java implementation by kenton@google.com Kenton Varda

Nested Class Summary
static class AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder>
          A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
 
Constructor Summary
AbstractMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.gwt.shared.Message
getDefaultInstanceForType, isInitialized, newBuilderForType, toBuilder, writeTo
 

Constructor Detail

AbstractMessage

public AbstractMessage()


Copyright © 2014 InMobi. All rights reserved.