public class InfinispanPlaceholderResolverStrategy extends Object implements org.kie.api.marshalling.ObjectMarshallingStrategy
| Constructor and Description |
|---|
InfinispanPlaceholderResolverStrategy(org.kie.api.runtime.Environment env) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object object) |
org.kie.api.marshalling.ObjectMarshallingStrategy.Context |
createContext() |
static Serializable |
getClassIdValue(Object o) |
static String |
getTypeString(Object o) |
byte[] |
marshal(org.kie.api.marshalling.ObjectMarshallingStrategy.Context context,
ObjectOutputStream os,
Object object) |
Object |
read(ObjectInputStream is) |
Object |
unmarshal(org.kie.api.marshalling.ObjectMarshallingStrategy.Context context,
ObjectInputStream ois,
byte[] object,
ClassLoader classloader) |
void |
write(ObjectOutputStream os,
Object object) |
public InfinispanPlaceholderResolverStrategy(org.kie.api.runtime.Environment env)
public boolean accept(Object object)
accept in interface org.kie.api.marshalling.ObjectMarshallingStrategypublic void write(ObjectOutputStream os, Object object) throws IOException
write in interface org.kie.api.marshalling.ObjectMarshallingStrategyIOExceptionpublic Object read(ObjectInputStream is) throws IOException, ClassNotFoundException
read in interface org.kie.api.marshalling.ObjectMarshallingStrategyIOExceptionClassNotFoundExceptionpublic byte[] marshal(org.kie.api.marshalling.ObjectMarshallingStrategy.Context context,
ObjectOutputStream os,
Object object)
throws IOException
marshal in interface org.kie.api.marshalling.ObjectMarshallingStrategyIOExceptionpublic Object unmarshal(org.kie.api.marshalling.ObjectMarshallingStrategy.Context context, ObjectInputStream ois, byte[] object, ClassLoader classloader) throws IOException, ClassNotFoundException
unmarshal in interface org.kie.api.marshalling.ObjectMarshallingStrategyIOExceptionClassNotFoundExceptionpublic org.kie.api.marshalling.ObjectMarshallingStrategy.Context createContext()
createContext in interface org.kie.api.marshalling.ObjectMarshallingStrategypublic static Serializable getClassIdValue(Object o)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.