IterableMarshaller

org.beangle.serializer.text.marshal.IterableMarshaller
class IterableMarshaller(mapper: Mapper) extends AbstractIterableMarshaller[Iterable[Object]]

Attributes

Graph
Supertypes
class AbstractIterableMarshaller[Iterable[Object]]
trait Marshaller[Iterable[Object]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def marshal(source: Iterable[Object], writer: StreamWriter, context: MarshallingContext): Unit
override def support(clazz: Class[_]): Boolean

Attributes

Definition Classes

Inherited methods

def extractOption(item: Any): Any

Attributes

Inherited from:
Marshaller
override def targetType: Type

Attributes

Definition Classes
Inherited from:
AbstractIterableMarshaller
protected def writeItem(item: Object, writer: StreamWriter, context: MarshallingContext): Unit

Attributes

Inherited from:
AbstractIterableMarshaller