TimeMarshaller

class TimeMarshaller(val format: SimpleDateFormat) extends Marshaller[Time]
trait Marshaller[Time]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def marshal(source: Time, writer: StreamWriter, context: MarshallingContext): Unit
Definition Classes

Inherited methods

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

Concrete fields

val format: SimpleDateFormat