Default

object Default extends EncoderDefinition

Default implementation of encoding JSON with a type field for:

Default implementation of encoding JSON with a type field for:

{
'type': 'tagValue',
...
}
class Object
trait Matchable
class Any

Value members

Concrete methods

override def encodeTaggedJsonObject(typeFieldName: String, tagValue: String, tagJsonObject: JsonObject): JsonObject
Definition Classes