public class ProtoStreamByteBufferMarshaller extends Object implements ByteBufferMarshaller
LOGGER| Constructor and Description |
|---|
ProtoStreamByteBufferMarshaller(org.infinispan.protostream.ImmutableSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMarshallable(Object object) |
Object |
readFrom(InputStream input) |
OptionalInt |
size(Object value) |
void |
writeTo(OutputStream output,
Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, writepublic ProtoStreamByteBufferMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)
public OptionalInt size(Object value)
size in interface ByteBufferMarshallerpublic boolean isMarshallable(Object object)
isMarshallable in interface Marshallabilitypublic Object readFrom(InputStream input) throws IOException
readFrom in interface ByteBufferMarshallerIOExceptionpublic void writeTo(OutputStream output, Object object) throws IOException
writeTo in interface ByteBufferMarshallerIOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.