KIE API 6.1.0.Beta2

org.kie.api.marshalling
Interface ObjectMarshallingStrategy.Context

Enclosing interface:
ObjectMarshallingStrategy

public static interface ObjectMarshallingStrategy.Context


Method Summary
 void read(ObjectInputStream ois)
          Loads the context from the given object input stream
 void write(ObjectOutputStream oos)
          Writes the context to the given object output stream
 

Method Detail

read

void read(ObjectInputStream ois)
          throws IOException,
                 ClassNotFoundException
Loads the context from the given object input stream

Throws:
IOException
ClassNotFoundException

write

void write(ObjectOutputStream oos)
           throws IOException
Writes the context to the given object output stream

Throws:
IOException

KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.