コード例 #1
0
        public override BlockCollection Serialize()
        {
            var blocks = new BlockCollection();

            blocks.AddBlock("Data.Items", SerializeTable(Items, Item.FieldSize, DataStreamExtensions.WriteItem));

            return(blocks);
        }