deserialize method
Interface for intput serialization.
Implementation
@override
void deserialize(SerializableInput input) {
authLeft = deserializeString(input);
partialSuccess = input.getUint8();
}
Interface for intput serialization.
@override
void deserialize(SerializableInput input) {
authLeft = deserializeString(input);
partialSuccess = input.getUint8();
}