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 BinaryObjectDeserializerObjectSerializerFactory. newBinaryDeserializer(InputStream is)Creates aBinaryObjectDeserializerfor reading objects from the given stream.
-