Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Functions
Package Org.IdentityConnectors.Framework.Common.Serializer

Classes

interface  BinaryObjectDeserializer
 Interface for reading objects from a stream. More...
 
interface  BinaryObjectSerializer
 Interface for writing objects to a stream. More...
 
class  ObjectSerializerFactory
 Serializer factory for serializing connector objects. More...
 
class  SerializerUtil
 Bag of utilities for serialization
 
interface  XmlObjectSerializer
 Interface for writing objects to a stream. More...
 

Functions

delegate bool XmlObjectResultsHandler (Object obj)
 Callback interface to receive xml objects from a stream of objects. More...
 

Function Documentation

delegate bool Org.IdentityConnectors.Framework.Common.Serializer.XmlObjectResultsHandler ( Object  obj)

Callback interface to receive xml objects from a stream of objects.