Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConvertToXml

Hierarchy

  • ConvertToXml

Index

Constructors

constructor

Properties

Readonly attributeProperties

attributeProperties: { Extension: string } = ...

A list of properties that should be treated as attributes when serializing to XML. Key = parent type Value = property name

Type declaration

  • Extension: string

Private parser

Methods

convert

  • convert(obj: any): string
  • Converts the specified object to XML

    Parameters

    • obj: any

    Returns string

Private propertyToXML

Private resourceToXML

Generated using TypeDoc