PropertiesMarshaller

class PropertiesMarshaller(val mapper: Mapper) extends Marshaller[Properties]
trait Marshaller[Properties]
class Object
trait Matchable
class Any

Value members

Concrete methods

def marshal(source: Properties, writer: StreamWriter, context: MarshallingContext): Unit
override def targetType: Type
Definition Classes

Inherited methods

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

Concrete fields