Uses of Interface
org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
-
Packages that use BinaryObjectSerializer Package Description org.identityconnectors.framework.common.serializer -
-
Uses of BinaryObjectSerializer in org.identityconnectors.framework.common.serializer
Methods in org.identityconnectors.framework.common.serializer that return BinaryObjectSerializer Modifier and Type Method Description abstract BinaryObjectSerializerObjectSerializerFactory. newBinarySerializer(OutputStream os)Creates aBinaryObjectSerializerfor writing objects to the given stream.
-