CollectionMarshaller

org.beangle.serializer.text.marshal.CollectionMarshaller
class CollectionMarshaller(mapper: Mapper) extends AbstractCollectionMarshaller[Collection[Object]]

Attributes

Graph
Supertypes
class AbstractCollectionMarshaller[Collection[Object]]
trait Marshaller[Collection[Object]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def marshal(source: Collection[Object], writer: StreamWriter, context: MarshallingContext): Unit

Inherited methods

def extractOption(item: Any): Any

Attributes

Inherited from:
Marshaller
def support(clazz: Class[_]): Boolean

Attributes

Inherited from:
Marshaller
override def targetType: Type

Attributes

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

Attributes

Inherited from:
AbstractCollectionMarshaller