Class

org.scalameter.persistence.json

PicklerBasedMapSerializer

Related Doc: package json

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

    clazz

    handled type

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createSchemaNode(arg0: String, arg1: Boolean): ObjectNode

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

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

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

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

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

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  13. def findContextualConvertingSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  14. def findFormatFeature(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_], arg3: Feature): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  15. def findFormatOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
  16. def findIncludeOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. def isUnwrappingSerializer(): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def properties(): Iterator[PropertyWriter]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

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

    Permalink
    Definition Classes
    JsonSerializer
  38. def usesObjectId(): Boolean

    Permalink
    Definition Classes
    JsonSerializer
  39. def visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonFormatTypes): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  40. def visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonSerializer[_], arg3: JavaType): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  41. def visitFloatFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  42. def visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType, arg3: JsonValueFormat): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  43. def visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  44. def visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonValueFormat): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  45. def visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withFilterId(arg0: Any): JsonSerializer[_]

    Permalink
    Definition Classes
    JsonSerializer
  50. def wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: Int): Unit

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

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

Deprecated Value Members

  1. def findConvertingContentSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.ser.std]
    Definition Classes
    StdSerializer
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    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