MapMarshaller

org.beangle.serializer.text.marshal.MapMarshaller
class MapMarshaller(mapper: Mapper) extends AbstractMapMarshaller[Map[Object, Object]]

Attributes

Graph
Supertypes
class AbstractMapMarshaller[Map[Object, Object]]
trait Marshaller[Map[Object, Object]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def marshal(source: Map[Object, 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:
AbstractMapMarshaller
protected def writeItem(key: Boolean, item: Object, writer: StreamWriter, context: MarshallingContext): Unit

Attributes

Inherited from:
AbstractMapMarshaller