org.scalameter.persistence.json

PicklerBasedMapSerializer

class PicklerBasedMapSerializer[MapKey <: PicklerBasedKey[_]] extends StdSerializer[Map[MapKey, Any]]

Serializer for maps with keys whose are subtype of org.scalameter.PicklerBasedKey.

It serializes map values as Base64 encoded byte arrays.

MapKey

subtype of org.scalameter.PicklerBasedKey

Linear Supertypes
StdSerializer[Map[MapKey, Any]], Serializable, SchemaAware, JsonSerializer[Map[MapKey, Any]], JsonFormatVisitable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PicklerBasedMapSerializer
  2. StdSerializer
  3. Serializable
  4. SchemaAware
  5. JsonSerializer
  6. JsonFormatVisitable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PicklerBasedMapSerializer(clazz: Class[Map[MapKey, Any]])

    clazz

    handled type

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def acceptJsonFormatVisitor(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit

    Definition Classes
    StdSerializer → JsonSerializer → JsonFormatVisitable
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createObjectNode(): ObjectNode

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  8. def createSchemaNode(arg0: String, arg1: Boolean): ObjectNode

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  9. def createSchemaNode(arg0: String): ObjectNode

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findConvertingContentSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  14. def findPropertyFilter(arg0: SerializerProvider, arg1: Any, arg2: Any): PropertyFilter

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDelegatee(): JsonSerializer[_]

    Definition Classes
    JsonSerializer
  17. def getSchema(arg0: SerializerProvider, arg1: Type, arg2: Boolean): JsonNode

    Definition Classes
    StdSerializer → SchemaAware
    Annotations
    @throws( ... )
  18. def getSchema(arg0: SerializerProvider, arg1: Type): JsonNode

    Definition Classes
    StdSerializer → SchemaAware
    Annotations
    @throws( ... )
  19. def handledType(): Class[Map[MapKey, Any]]

    Definition Classes
    StdSerializer → JsonSerializer
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def isDefaultSerializer(arg0: JsonSerializer[_]): Boolean

    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  22. def isEmpty(arg0: SerializerProvider, arg1: Map[MapKey, Any]): Boolean

    Definition Classes
    JsonSerializer
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isUnwrappingSerializer(): Boolean

    Definition Classes
    JsonSerializer
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def replaceDelegatee(arg0: JsonSerializer[_]): JsonSerializer[Map[MapKey, Any]]

    Definition Classes
    JsonSerializer
  29. def serialize(value: Map[MapKey, Any], jgen: JsonGenerator, provider: SerializerProvider): Unit

    Definition Classes
    PicklerBasedMapSerializer → StdSerializer → JsonSerializer
  30. def serializeWithType(arg0: Map[MapKey, Any], arg1: JsonGenerator, arg2: SerializerProvider, arg3: TypeSerializer): Unit

    Definition Classes
    JsonSerializer
    Annotations
    @throws( classOf[java.io.IOException] )
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def unwrappingSerializer(arg0: NameTransformer): JsonSerializer[Map[MapKey, Any]]

    Definition Classes
    JsonSerializer
  34. def usesObjectId(): Boolean

    Definition Classes
    JsonSerializer
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: Int): Unit

    Definition Classes
    StdSerializer
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: String): Unit

    Definition Classes
    StdSerializer
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def isEmpty(arg0: Map[MapKey, Any]): Boolean

    Definition Classes
    JsonSerializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StdSerializer[Map[MapKey, Any]]

Inherited from Serializable

Inherited from SchemaAware

Inherited from JsonSerializer[Map[MapKey, Any]]

Inherited from JsonFormatVisitable

Inherited from AnyRef

Inherited from Any

Ungrouped