SqlDateMarshaller

class SqlDateMarshaller(val format: SimpleDateFormat) extends Marshaller[Date]
trait Marshaller[Date]
class Object
trait Matchable
class Any

Value members

Concrete methods

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