Xml
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Xml.type
Members list
Value members
Concrete methods
Reads an instance of A
from a smithy4s.Blob holding an XML payload.
Reads an instance of A
from a smithy4s.Blob holding an XML payload.
Beware : using this method with a non-static schema (for instance, dynamically generated) may result in memory leaks.
Attributes
Writes the XML representation for an instance of A
into a smithy4s.Blob.
Writes the XML representation for an instance of A
into a smithy4s.Blob.
Beware : using this method with a non-static schema (for instance, dynamically generated) may result in memory leaks.
Attributes
Writes the XML representation for an instance of A
into a String.
Writes the XML representation for an instance of A
into a String.
Beware : using this method with a non-static schema (for instance, dynamically generated) may result in memory leaks.