org.infinispan.marshall
Class AbstractMarshaller
java.lang.Object
org.infinispan.marshall.AbstractMarshaller
- All Implemented Interfaces:
- Marshaller
- Direct Known Subclasses:
- JBossMarshaller, VersionAwareMarshaller
public abstract class AbstractMarshaller
- extends Object
- implements Marshaller
Abstract marshaller
- Since:
- 4.0
- Author:
- Manik Surtani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMarshaller
public AbstractMarshaller()
objectFromInputStream
public Object objectFromInputStream(InputStream inputStream)
throws IOException,
ClassNotFoundException
- Specified by:
objectFromInputStream
in interface Marshaller
- Throws:
IOException
ClassNotFoundException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.