Class GeneratedMessageLite.SerializedForm

    • Field Detail

      • messageClass

        private final java.lang.Class<?> messageClass
      • messageClassName

        private final java.lang.String messageClassName
      • asBytes

        private final byte[] asBytes
    • Constructor Detail

    • Method Detail

      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        When read from an ObjectInputStream, this method converts this object back to the regular form. Part of Java's serialization magic.
        Returns:
        a GeneratedMessage of the type that was serialized
        Throws:
        java.io.ObjectStreamException
      • readResolveFallback

        @Deprecated
        private java.lang.Object readResolveFallback()
                                              throws java.io.ObjectStreamException
        Deprecated.
        from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
        Throws:
        java.io.ObjectStreamException
      • resolveMessageClass

        private java.lang.Class<?> resolveMessageClass()
                                                throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException