public interface ProtoStreamOperation
ProtoStreamReader and ProtoStreamWriter.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProtoStreamOperation.Context |
| Modifier and Type | Method and Description |
|---|---|
default <T,V extends T> |
findMarshaller(Class<V> javaClass)
Returns a marshaller suitable of marshalling an object of the specified type.
|
org.infinispan.protostream.ImmutableSerializationContext |
getSerializationContext()
Returns the serialization context of the associated marshaller.
|
org.infinispan.protostream.ImmutableSerializationContext getSerializationContext()
default <T,V extends T> ProtoStreamMarshaller<T> findMarshaller(Class<V> javaClass)
T - the type of the associated marshallerV - the type of the object to be marshalledjavaClass - the type of the value to be written.IllegalArgumentException - if no suitable marshaller existsCopyright © 2021 JBoss by Red Hat. All rights reserved.