Serialized Form
-
Package com.google.protobuf
-
Class com.google.protobuf.ByteString extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hash
int hash
Cached hash value. Intentionally accessed via a data race, which is safe because of the Java Memory Model's "no out-of-thin-air values" guarantees for ints. A value of 0 implies that the hash has not been set.
-
-
Class com.google.protobuf.CodedOutputStream.OutOfSpaceException extends java.io.IOException implements Serializable
- serialVersionUID:
- -6947486886997889499L
-
Class com.google.protobuf.GeneratedMessageLite.SerializedForm extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
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.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
asBytes
byte[] asBytes
-
messageClass
java.lang.Class<?> messageClass
-
messageClassName
java.lang.String messageClassName
-
-
Class com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException implements Serializable
- serialVersionUID:
- -1616151763072450476L
-
Serialized Fields
-
unfinishedMessage
MessageLite unfinishedMessage
-
wasThrownFromInputStream
boolean wasThrownFromInputStream
-
-
Class com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException extends InvalidProtocolBufferException implements Serializable
- serialVersionUID:
- 3283890091615336259L
-
Class com.google.protobuf.MapFieldLite extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
isMutable
boolean isMutable
-
-
-
Class com.google.protobuf.UninitializedMessageException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7466929953374883507L
-
Serialized Fields
-
missingFields
java.util.List<java.lang.String> missingFields
-
-