TimestampMarshaller

class TimestampMarshaller(val format: DateFormat) extends Marshaller[Timestamp]
trait Marshaller[Timestamp]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def marshal(source: Timestamp, 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: DateFormat