Uses of Interface
org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
-
Packages that use BinaryObjectDeserializer Package Description org.identityconnectors.framework.common.serializer -
-
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(java.io.InputStream is)
Creates aBinaryObjectDeserializer
for reading objects from the given stream.
-