MarshallerRegistry

org.beangle.serializer.text.marshal.MarshallerRegistry

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def lookup[T](clazz: Class[T]): Marshaller[T]
def register[T](converter: Marshaller[T]): Unit