deserialize abstract method
Deserializes serialized
.
A Serializer must have been provided for every type the object uses.
If serialized
was produced by calling serialize with specifiedType
,
the exact same specifiedType
must be provided to deserialize.
Implementation
Object? deserialize(Object? serialized,
{FullType specifiedType = FullType.unspecified});