deserialize method

  1. @override
void deserialize(
  1. SerializableInput input
)
override

Interface for intput serialization.

Implementation

@override
void deserialize(SerializableInput input) {
  authLeft = deserializeString(input);
  partialSuccess = input.getUint8();
}