const classafMorphia::SimpleConverter

sys::Obj
  afMorphia::SimpleConverter : afMorphia::Converter

A utility Converter that handles simple serializable types.

make

Source

new make(Type type)

Creates a converter for the given type. The type must be annotated with:

@Serializable { simple = true }