Uses of Annotation Interface
com.google.protobuf.ExperimentalApi
Packages that use ExperimentalApi
-
Uses of ExperimentalApi in com.google.protobuf
Classes in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeClassDescriptionclassAn output target for raw bytes.enumEnumeration identifying all relevant type information for a protobuf field.static classException indicating that an unexpected wire type was encountered for a field.enumEnum that identifies the Java types required to store protobuf fields.enumRepresents the syntax version of the message.final classProvides a number of unsafe byte operations to be used by advanced applications with high performance requirements.Methods in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract voidCodedOutputStream.write(byte value) abstract voidCodedOutputStream.write(byte[] value, int offset, int length) abstract voidCodedOutputStream.writeLazy(byte[] value, int offset, int length) abstract voidCodedOutputStream.writeLazy(ByteBuffer value)