public static AccountLicense DeserializeLengthDelimited(Stream stream, AccountLicense instance) { long num = (long)((ulong)ProtocolParser.ReadUInt32(stream)); num += stream.Position; return(AccountLicense.Deserialize(stream, instance, num)); }
public static AccountLicense Deserialize(Stream stream, AccountLicense instance) { return(AccountLicense.Deserialize(stream, instance, -1L)); }
public void Deserialize(Stream stream) { AccountLicense.Deserialize(stream, this); }