File

libs/sensorml/src/lib/services/XmlService.ts

Index

Methods

Methods

Abstract deserialize
deserialize(xml: string | Document)
Parameters :
Name Type Optional
xml string | Document No
Returns : T
Abstract serialize
serialize(description: T, prettify: boolean)
Parameters :
Name Type Optional
description T No
prettify boolean No
Returns : string
export abstract class XmlService<T> {
    abstract serialize(description: T, prettify: boolean): string;
    abstract deserialize(xml: string | Document): T;
}

result-matching ""

    No results matching ""