TimeMarshaller

org.beangle.serializer.text.marshal.TimeMarshaller
class TimeMarshaller(val format: SimpleDateFormat) extends Marshaller[Time]

Attributes

Graph
Supertypes
trait Marshaller[Time]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

def extractOption(item: Any): Any

Attributes

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

Attributes

Inherited from:
Marshaller

Attributes

Inherited from:
Marshaller

Concrete fields

val format: SimpleDateFormat