Class JBossMarshallerFactory
- java.lang.Object
-
- org.jboss.marshalling.AbstractMarshallerFactory
-
- org.infinispan.jboss.marshalling.commons.JBossMarshallerFactory
-
- All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory
@Deprecated public class JBossMarshallerFactory extends org.jboss.marshalling.AbstractMarshallerFactory
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.A JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances. The aim of this factory is to allow Infinispan to provide its own JBoss Marshalling marshaller/unmarshaller extensions.- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description JBossMarshallerFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ExtendedRiverMarshaller
createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
Deprecated.ExtendedRiverUnmarshaller
createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)
Deprecated.
-
-
-
Method Detail
-
createUnmarshaller
public ExtendedRiverUnmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
Deprecated.- Throws:
IOException
-
createMarshaller
public ExtendedRiverMarshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException
Deprecated.- Throws:
IOException
-
-