Exemplo n.º 1
0
        public void Serialize <TDoc, TCursor>(IO.TagElementStream <TDoc, TCursor, string> s)
            where TDoc : class
            where TCursor : class
        {
            s.StreamAttribute("showInScoreboard", ref ShowInScoreboard);

            int streamed_count = s.StreamFixedArray("Param", ParameterArray);

            Util.MarkUnusedVariable(ref streamed_count);
        }