Uses of Interface
org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Packages that use BinaryObjectSerializer
Package
Description
-
Uses of BinaryObjectSerializer in org.identityconnectors.framework.common.serializer
Methods in org.identityconnectors.framework.common.serializer that return BinaryObjectSerializerModifier and TypeMethodDescriptionabstract BinaryObjectSerializer
ObjectSerializerFactory.newBinarySerializer
(OutputStream os) Creates aBinaryObjectSerializer
for writing objects to the given stream. -
Uses of BinaryObjectSerializer in org.identityconnectors.framework.impl.serializer
Methods in org.identityconnectors.framework.impl.serializer that return BinaryObjectSerializerModifier and TypeMethodDescriptionObjectSerializerFactoryImpl.newBinarySerializer
(OutputStream os) -
Uses of BinaryObjectSerializer in org.identityconnectors.framework.impl.serializer.binary
Classes in org.identityconnectors.framework.impl.serializer.binary that implement BinaryObjectSerializer