AbstractIterableMarshaller

abstract class AbstractIterableMarshaller[T <: Iterable[_]](val mapper: Mapper) extends Marshaller[T]
trait Marshaller[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def targetType: Type
Definition Classes
protected def writeItem(item: Object, writer: StreamWriter, context: MarshallingContext): Unit

Inherited methods

def extractOption(item: Any): Any
Inherited from:
Marshaller
def marshal(source: T, writer: StreamWriter, context: MarshallingContext): Unit
Inherited from:
Marshaller
def support(clazz: Class[_]): Boolean
Inherited from:
Marshaller

Concrete fields