Serialized Form
-
Package com.google.protobuf
-
Class com.google.protobuf.ByteString
class ByteString extends 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.
-
-
Exception Class com.google.protobuf.CodedOutputStream.OutOfSpaceException
class OutOfSpaceException extends IOException implements Serializable- serialVersionUID:
- -6947486886997889499L
-
Exception Class com.google.protobuf.Descriptors.DescriptorValidationException
class DescriptorValidationException extends Exception implements Serializable- serialVersionUID:
- 5750205775490483148L
-
Class com.google.protobuf.GeneratedMessage
class GeneratedMessage extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
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 callingreturn super.writeReplace();
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
unknownFields
UnknownFieldSet unknownFields
For use by generated code only.TODO: mark this private and final (breaking change)
-
-
Class com.google.protobuf.GeneratedMessage.ExtendableMessage
class ExtendableMessage extends GeneratedMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
extensions
FieldSet<Descriptors.FieldDescriptor> extensions
-
-
Class com.google.protobuf.GeneratedMessageLite.SerializedForm
class SerializedForm extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readResolve
When read from an ObjectInputStream, this method converts this object back to the regular form. Part of Java's serialization magic.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class com.google.protobuf.GeneratedMessageV3
class GeneratedMessageV3 extends GeneratedMessage.ExtendableMessage<GeneratedMessageV3> implements Serializable- serialVersionUID:
- 1L
-
Class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
class ExtendableMessage extends GeneratedMessageV3 implements Serializable -
Exception Class com.google.protobuf.InvalidProtocolBufferException
class InvalidProtocolBufferException extends IOException implements Serializable- serialVersionUID:
- -1616151763072450476L
-
Serialized Fields
-
unfinishedMessage
MessageLite unfinishedMessage
-
wasThrownFromInputStream
boolean wasThrownFromInputStream
-
-
Exception Class com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException
class InvalidWireTypeException extends InvalidProtocolBufferException implements Serializable- serialVersionUID:
- 3283890091615336259L
-
Class com.google.protobuf.JavaFeaturesProto.JavaFeatures
class JavaFeatures extends GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
legacyClosedEnum_
boolean legacyClosedEnum_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
utf8Validation_
int utf8Validation_
-
-
Class com.google.protobuf.MapFieldLite
-
Serialized Fields
-
isMutable
boolean isMutable
-
-
-
Exception Class com.google.protobuf.RpcUtil.AlreadyCalledException
class AlreadyCalledException extends RuntimeException implements Serializable- serialVersionUID:
- 5469741279507848266L
-
Exception Class com.google.protobuf.RuntimeVersion.ProtobufRuntimeVersionException
class ProtobufRuntimeVersionException extends RuntimeException implements Serializable -
Exception Class com.google.protobuf.ServiceException
class ServiceException extends Exception implements Serializable- serialVersionUID:
- -1219262335729891920L
-
Exception Class com.google.protobuf.TextFormat.InvalidEscapeSequenceException
class InvalidEscapeSequenceException extends IOException implements Serializable- serialVersionUID:
- -8164033650142593304L
-
Exception Class com.google.protobuf.TextFormat.ParseException
class ParseException extends IOException implements Serializable- serialVersionUID:
- 3196188060225107702L
-
Serialized Fields
-
column
int column
-
line
int line
-
-
Exception Class com.google.protobuf.TextFormat.UnknownFieldParseException
class UnknownFieldParseException extends TextFormat.ParseException implements Serializable-
Serialized Fields
-
unknownField
String unknownField
Deprecated.
-
-
-
Exception Class com.google.protobuf.UninitializedMessageException
class UninitializedMessageException extends RuntimeException implements Serializable- serialVersionUID:
- -7466929953374883507L
-
-
Package com.google.protobuf.compiler
-
Class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
class CodeGeneratorRequest extends GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
compilerVersion_
PluginProtos.Version compilerVersion_
-
fileToGenerate_
LazyStringArrayList fileToGenerate_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
parameter_
Object parameter_
-
protoFile_
List<DescriptorProtos.FileDescriptorProto> protoFile_
-
sourceFileDescriptors_
List<DescriptorProtos.FileDescriptorProto> sourceFileDescriptors_
-
-
Class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
class CodeGeneratorResponse extends GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
error_
Object error_
-
file_
List<PluginProtos.CodeGeneratorResponse.File> file_
-
maximumEdition_
int maximumEdition_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minimumEdition_
int minimumEdition_
-
supportedFeatures_
long supportedFeatures_
-
-
Class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
class File extends GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
content_
Object content_
-
generatedCodeInfo_
DescriptorProtos.GeneratedCodeInfo generatedCodeInfo_
-
insertionPoint_
Object insertionPoint_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class com.google.protobuf.compiler.PluginProtos.Version
class Version extends GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
major_
int major_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minor_
int minor_
-
patch_
int patch_
-
suffix_
Object suffix_
-
-