Beispiel #1
0
        /// <summary>
        /// Serializes a Sections object into a string.
        /// </summary>
        /// <param name="sections">
        /// The section objects.
        /// </param>
        /// <returns>
        /// A string representing the sections objects in serialized form.
        /// </returns>
        public string Serialize(Sections sections)
        {
            var encoded = this.ConvertSectionsToString(sections);

            return(encoded);
        }