Uses of Interface
org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
-
-
Uses of BinaryObjectDeserializer in org.identityconnectors.framework.common.serializer
Methods in org.identityconnectors.framework.common.serializer that return BinaryObjectDeserializer Modifier and Type Method Description abstract BinaryObjectDeserializer
ObjectSerializerFactory. newBinaryDeserializer(InputStream is)
Creates aBinaryObjectDeserializer
for reading objects from the given stream. -
Uses of BinaryObjectDeserializer in org.identityconnectors.framework.impl.serializer
Methods in org.identityconnectors.framework.impl.serializer that return BinaryObjectDeserializer Modifier and Type Method Description BinaryObjectDeserializer
ObjectSerializerFactoryImpl. newBinaryDeserializer(InputStream is)
-
Uses of BinaryObjectDeserializer in org.identityconnectors.framework.impl.serializer.binary
Classes in org.identityconnectors.framework.impl.serializer.binary that implement BinaryObjectDeserializer Modifier and Type Class Description class
BinaryObjectDecoder
-