public class PersistenceMarshaller extends AbstractMarshaller implements org.infinispan.marshall.persistence.PersistenceMarshaller
| Constructor and Description |
|---|
PersistenceMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.commons.marshall.Marshaller |
getUserMarshaller() |
boolean |
isMarshallable(Object object) |
org.infinispan.commons.dataconversion.MediaType |
mediaType() |
Object |
readObject(InputStream input) |
void |
register(org.infinispan.protostream.SerializationContextInitializer initializer) |
void |
start() |
void |
writeObject(Object object,
OutputStream output) |
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, sizeEstimate, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void start()
start in interface org.infinispan.commons.marshall.Marshallerpublic boolean isMarshallable(Object object)
isMarshallable in interface org.infinispan.commons.marshall.MarshallerisMarshallable in interface org.infinispan.commons.marshall.StreamAwareMarshallerpublic org.infinispan.commons.dataconversion.MediaType mediaType()
mediaType in interface org.infinispan.commons.marshall.MarshallermediaType in interface org.infinispan.commons.marshall.StreamAwareMarshallerpublic void writeObject(Object object, OutputStream output) throws IOException
writeObject in interface org.infinispan.commons.marshall.StreamAwareMarshallerIOExceptionpublic Object readObject(InputStream input) throws ClassNotFoundException, IOException
readObject in interface org.infinispan.commons.marshall.StreamAwareMarshallerClassNotFoundExceptionIOExceptionpublic void register(org.infinispan.protostream.SerializationContextInitializer initializer)
register in interface org.infinispan.marshall.persistence.PersistenceMarshallerpublic org.infinispan.commons.marshall.Marshaller getUserMarshaller()
getUserMarshaller in interface org.infinispan.marshall.persistence.PersistenceMarshallerCopyright © 2020 JBoss by Red Hat. All rights reserved.