Esempio n. 1
0
        public static SelectGameAccountRequest DeserializeLengthDelimited(Stream stream)
        {
            SelectGameAccountRequest selectGameAccountRequest = new SelectGameAccountRequest();

            SelectGameAccountRequest.DeserializeLengthDelimited(stream, selectGameAccountRequest);
            return(selectGameAccountRequest);
        }