Package akka.protobuf

Class GeneratedMessageLite

    • Constructor Detail

      • GeneratedMessageLite

        protected GeneratedMessageLite()
    • Method Detail

      • parseUnknownField

        protected boolean parseUnknownField​(CodedInputStream input,
                                            ExtensionRegistryLite extensionRegistry,
                                            int tag)
                                     throws java.io.IOException
        Called by subclasses to parse an unknown field.
        Returns:
        true unless the tag is an end-group tag.
        Throws:
        java.io.IOException
      • makeExtensionsImmutable

        protected void makeExtensionsImmutable()
        Used by parsing constructors in generated classes.
      • writeReplace

        protected java.lang.Object writeReplace()
                                         throws java.io.ObjectStreamException
        Replaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by calling return super.writeReplace();
        Returns:
        a SerializedForm of this message
        Throws:
        java.io.ObjectStreamException