Uses of Interface
org.infinispan.commons.marshall.StreamAwareMarshaller
Packages that use StreamAwareMarshaller
Package
Description
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of StreamAwareMarshaller in org.infinispan.marshall.persistence
Subinterfaces of StreamAwareMarshaller in org.infinispan.marshall.persistenceModifier and TypeInterfaceDescriptioninterface
The marshaller that is responsible serializing/deserializing objects which are to be persisted. -
Uses of StreamAwareMarshaller in org.infinispan.persistence.jdbc.common
Methods in org.infinispan.persistence.jdbc.common with parameters of type StreamAwareMarshallerModifier and TypeMethodDescriptionstatic <T> T
JdbcUtil.unmarshall
(InputStream inputStream, StreamAwareMarshaller marshaller)