org.drools.marshalling.impl
Class IdentityPlaceholderResolverStrategy
java.lang.Object
org.drools.marshalling.impl.IdentityPlaceholderResolverStrategy
- All Implemented Interfaces:
- org.drools.marshalling.ObjectMarshallingStrategy
public class IdentityPlaceholderResolverStrategy
- extends Object
- implements org.drools.marshalling.ObjectMarshallingStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityPlaceholderResolverStrategy
public IdentityPlaceholderResolverStrategy(org.drools.marshalling.ObjectMarshallingStrategyAcceptor acceptor)
read
public Object read(ObjectInputStream os)
throws IOException,
ClassNotFoundException
- Specified by:
read
in interface org.drools.marshalling.ObjectMarshallingStrategy
- Throws:
IOException
ClassNotFoundException
write
public void write(ObjectOutputStream os,
Object object)
throws IOException
- Specified by:
write
in interface org.drools.marshalling.ObjectMarshallingStrategy
- Throws:
IOException
accept
public boolean accept(Object object)
- Specified by:
accept
in interface org.drools.marshalling.ObjectMarshallingStrategy
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.