AbstractMapMarshaller

abstract class AbstractMapMarshaller[T] 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(key: Boolean, 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