StreamSerializer

org.beangle.serializer.text.StreamSerializer
trait StreamSerializer extends Serializer

Attributes

Graph
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def hierarchical: Boolean
def marshal(item: Any, marshaller: Marshaller[Any], context: MarshallingContext): Unit
def marshalNull(obj: Any, property: String, context: MarshallingContext): Unit
def serialize(obj: Any, writer: StreamWriter, params: Map[String, Any]): Unit

Inherited methods

def mediaTypes: Seq[MediaType]

Attributes

Inherited from:
Serializer
def serialize(data: Any, os: OutputStream, params: Map[String, Any]): Unit

Attributes

Inherited from:
Serializer