AbstractMapMarshaller

org.beangle.serializer.text.marshal.AbstractMapMarshaller
abstract class AbstractMapMarshaller[T] extends Marshaller[T]

Attributes

Graph
Supertypes
trait Marshaller[T]
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override def targetType: Type

Attributes

Definition Classes
protected def writeItem(key: Boolean, item: Object, writer: StreamWriter, context: MarshallingContext): Unit

Inherited methods

def extractOption(item: Any): Any

Attributes

Inherited from:
Marshaller
def marshal(source: T, writer: StreamWriter, context: MarshallingContext): Unit

Attributes

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

Attributes

Inherited from:
Marshaller