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 BinaryObjectSerializer
ObjectSerializerFactory. newBinarySerializer(java.io.OutputStream os)
Creates aBinaryObjectSerializer
for writing objects to the given stream.
-