Skip to main content

MapKeySerializer

No overview available.

Attributes

AttributeTypeDescription
ser[PythonSerializer](pythonserializer.md?sid=serializers_ser_pythonserializer)A mutable reference to the underlying PythonSerializer used to handle the serialization of map keys.

Constructor

Signature

def MapKeySerializer(
ser: &'a mut PythonSerializer< W, F >
) - > null

Parameters

NameTypeDescription
ser&'a mut PythonSerializer< W, F >A mutable reference to the underlying PythonSerializer used for key serialization.

Signature

def MapKeySerializer(
ser: [PythonSerializer](pythonserializer.md?sid=serializers_ser_pythonserializer)
) - > [MapKeySerializer](mapkeyserializer.md?sid=serializers_ser_mapkeyserializer)

Parameters

NameTypeDescription
ser[PythonSerializer](pythonserializer.md?sid=serializers_ser_pythonserializer)The underlying PythonSerializer instance used to write the serialized key data to the output buffer.