IMetaDataSerializer.Serialize - метод Смотри также Terrasoft.Core - пространство имен > IMetaDataSerializer - интерфейс : Serialize - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Serialize(MetaSchema,TextWriter) | Serializes metadata of the schema schema with the help of textWriter. |
Serialize(MetaSchema,Stream) | Serializes metadata of the schema schema to the stream stream. |
Serialize(IEnumerable<MetaSchema>,TextWriter) | Serializes metadata of the schemaList schema list with the help of textWriter. |
Serialize(IEnumerable<MetaSchema>,Stream) | Serializes metadata of the schemaList schema list to the stream stream. |