SecureValueTypeTemporaryRegistration.deserialize constructor
SecureValueTypeTemporaryRegistration.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory SecureValueTypeTemporaryRegistration.deserialize(
BinaryReader reader,
) {
// Construct [SecureValueTypeTemporaryRegistration] object.
final returnValue = SecureValueTypeTemporaryRegistration();
// Now return the deserialized [SecureValueTypeTemporaryRegistration].
return returnValue;
}