Uses of Class
org.infinispan.protostream.impl.ByteArrayOutputStreamEx
Packages that use ByteArrayOutputStreamEx
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
-
Uses of ByteArrayOutputStreamEx in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ByteArrayOutputStreamExModifier and TypeMethodDescriptionprivate static voidWrappedMessage.writeContainerElementWrapped(ImmutableSerializationContext ctx, TagWriter out, ByteArrayOutputStreamEx buffer, Object e) private static voidWrappedMessage.writeContainerWrappingElements(BaseMarshaller containerMarshaller, int containerSize, Object container, ImmutableSerializationContext ctx, TagWriter out, ByteArrayOutputStreamEx buffer) -
Uses of ByteArrayOutputStreamEx in org.infinispan.protostream.annotations.impl
Fields in org.infinispan.protostream.annotations.impl declared as ByteArrayOutputStreamExModifier and TypeFieldDescription(package private) final ByteArrayOutputStreamExGeneratedMarshallerBase.NestedWriter.baos