Class SerializedObjectWrapper

java.lang.Object
org.infinispan.commons.marshall.WrappedByteArray
org.infinispan.commons.marshall.SerializedObjectWrapper
All Implemented Interfaces:
WrappedBytes

@ProtoTypeId(53) public class SerializedObjectWrapper extends WrappedByteArray
Wrapper that extends WrappedByteArray to signal that the byte array contains a serialized object that must be deserialized when decoding from application/octet-stream media type.
Since:
16.2
  • Constructor Details

    • SerializedObjectWrapper

      @ProtoFactory public SerializedObjectWrapper(byte[] bytes)
    • SerializedObjectWrapper

      public SerializedObjectWrapper(byte[] bytes, int hashCode)
  • Method Details