Uses of Interface
org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
-
-
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(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 BinaryObjectSerializer Modifier and Type Method Description BinaryObjectSerializer
ObjectSerializerFactoryImpl. newBinarySerializer(OutputStream os)
-
Uses of BinaryObjectSerializer in org.identityconnectors.framework.impl.serializer.binary
Classes in org.identityconnectors.framework.impl.serializer.binary that implement BinaryObjectSerializer Modifier and Type Class Description class
BinaryObjectEncoder
-