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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PicklerBasedMapSerializer
- StdSerializer
- Serializable
- SchemaAware
- JsonSerializer
- JsonFormatVisitable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PicklerBasedMapSerializer(clazz: Class[Map[MapKey, Any]])
- clazz
handled type
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
acceptJsonFormatVisitor(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit
- Definition Classes
- StdSerializer → JsonSerializer → JsonFormatVisitable
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createSchemaNode(arg0: String, arg1: Boolean): ObjectNode
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
def
createSchemaNode(arg0: String): ObjectNode
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAnnotatedContentSerializer(arg0: SerializerProvider, arg1: BeanProperty): JsonSerializer[_]
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
findContextualConvertingSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
findFormatFeature(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_], arg3: Feature): Boolean
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
def
findFormatOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
def
findIncludeOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
def
findPropertyFilter(arg0: SerializerProvider, arg1: Any, arg2: Any): PropertyFilter
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDelegatee(): JsonSerializer[_]
- Definition Classes
- JsonSerializer
-
def
getSchema(arg0: SerializerProvider, arg1: Type, arg2: Boolean): JsonNode
- Definition Classes
- StdSerializer → SchemaAware
- Annotations
- @throws( ... )
-
def
getSchema(arg0: SerializerProvider, arg1: Type): JsonNode
- Definition Classes
- StdSerializer → SchemaAware
- Annotations
- @throws( ... )
-
def
handledType(): Class[Map[MapKey, Any]]
- Definition Classes
- StdSerializer → JsonSerializer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDefaultSerializer(arg0: JsonSerializer[_]): Boolean
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
-
def
isEmpty(arg0: SerializerProvider, arg1: Map[MapKey, Any]): Boolean
- Definition Classes
- JsonSerializer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUnwrappingSerializer(): Boolean
- Definition Classes
- JsonSerializer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
properties(): Iterator[PropertyWriter]
- Definition Classes
- JsonSerializer
-
def
replaceDelegatee(arg0: JsonSerializer[_]): JsonSerializer[Map[MapKey, Any]]
- Definition Classes
- JsonSerializer
-
def
serialize(value: Map[MapKey, Any], jgen: JsonGenerator, provider: SerializerProvider): Unit
- Definition Classes
- PicklerBasedMapSerializer → StdSerializer → JsonSerializer
-
def
serializeWithType(arg0: Map[MapKey, Any], arg1: JsonGenerator, arg2: SerializerProvider, arg3: TypeSerializer): Unit
- Definition Classes
- JsonSerializer
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unwrappingSerializer(arg0: NameTransformer): JsonSerializer[Map[MapKey, Any]]
- Definition Classes
- JsonSerializer
-
def
usesObjectId(): Boolean
- Definition Classes
- JsonSerializer
-
def
visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonFormatTypes): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonSerializer[_], arg3: JavaType): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitFloatFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType, arg3: JsonValueFormat): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonValueFormat): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
def
visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withFilterId(arg0: Any): JsonSerializer[_]
- Definition Classes
- JsonSerializer
-
def
wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: Int): Unit
- Definition Classes
- StdSerializer
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: String): Unit
- Definition Classes
- StdSerializer
- Annotations
- @throws( classOf[java.io.IOException] )
Deprecated Value Members
-
def
findConvertingContentSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]
- Attributes
- protected[com.fasterxml.jackson.databind.ser.std]
- Definition Classes
- StdSerializer
- Annotations
- @Deprecated @deprecated @throws( ... )
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
isEmpty(arg0: Map[MapKey, Any]): Boolean
- Definition Classes
- JsonSerializer
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.