JavaMapEntryMarshaller

class JavaMapEntryMarshaller(mapper: Mapper) extends AbstractMapMarshaller[Entry[Object, Object]]
class AbstractMapMarshaller[Entry[Object, Object]]
trait Marshaller[Entry[Object, Object]]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def extractOption(item: Any): Any
Inherited from:
Marshaller
def support(clazz: Class[_]): Boolean
Inherited from:
Marshaller
override def targetType: Type
Definition Classes
Inherited from:
AbstractMapMarshaller
protected def writeItem(key: Boolean, item: Object, writer: StreamWriter, context: MarshallingContext): Unit
Inherited from:
AbstractMapMarshaller