SerializableContainer
class SerializableContainer<T : XmlSerializable>(name: <Error class: unknown class>, delegate: Iterable<T>) : BaseSerializableContainer<T> , Iterable<T>
Properties
Functions
Link copied to clipboard
fun <T : XmlSerializable> Iterable<T>.asSerializable(name: <Error class: unknown class>): SerializableContainer<T>
Link copied to clipboard
Serialize the object to XML
Link copied to clipboard
Link copied to clipboard
Extension functions for writing that need different js/jvm implementations
Link copied to clipboard
Create a reader that can be used to read the xml serialization of the element.
Link copied to clipboard
Do bulk toString conversion of a list. Note that this is serialization, not dropping tags.
Link copied to clipboard