Uses of Interface
org.identityconnectors.framework.impl.serializer.ObjectDecoder
-
-
Uses of ObjectDecoder in org.identityconnectors.framework.impl.serializer
Methods in org.identityconnectors.framework.impl.serializer with parameters of type ObjectDecoder Modifier and Type Method Description Object
EnumSerializationHandler. deserialize(ObjectDecoder decoder)
Object
ObjectSerializationHandler. deserialize(ObjectDecoder decoder)
Called to deserialize the object. -
Uses of ObjectDecoder in org.identityconnectors.framework.impl.serializer.binary
Classes in org.identityconnectors.framework.impl.serializer.binary that implement ObjectDecoder Modifier and Type Class Description class
BinaryObjectDecoder
-
Uses of ObjectDecoder in org.identityconnectors.framework.impl.serializer.xml
Classes in org.identityconnectors.framework.impl.serializer.xml that implement ObjectDecoder Modifier and Type Class Description class
XmlObjectDecoder
-