Rule Execution Server API

Package ilog.rules.bom.serializer

Contains the IlrSerializer interface which can read and write an object model.

See:
          Description

Interface Summary
IlrSerializer This interface has methods to write an object model to an output stream and to read it back.
 

Class Summary
IlrAbstractSerializer This abstract serializer provides an implementation of the methods that are used to read and write object models.
IlrJavaSerializer A serializer which uses a Java-like syntax to serialize object model.
IlrXMLSerializer A serializer which uses an XML syntax to serialize object models.
 

Exception Summary
IlrSyntaxError An exception thrown by object model serializers when a syntax error is found while reading an input stream.
 

Package ilog.rules.bom.serializer Description

Contains the IlrSerializer interface which can read and write an object model. It also contains two implementations: IlrJavaSerializer which uses a Java-like syntax and IlrXMLSerializer which uses an XML syntax.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013