public override BlockCollection Serialize() { var blocks = new BlockCollection(); blocks.AddBlock("Data.Items", SerializeTable(Items, Item.FieldSize, DataStreamExtensions.WriteItem)); return(blocks); }