ParallelXmlWriter

fm.xml.ParallelXmlWriter
See theParallelXmlWriter companion object
final case class ParallelXmlWriter[T](classes: Seq[Class[_]], rootName: String, outputStream: OutputStream) extends Closeable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def close(): Unit
def write(item: T): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product