jztools.serializer.extensions#

Classes

DtypeSerializer()

NDArraySerializer()

SliceSerializer()

class jztools.serializer.extensions.SliceSerializer#

Bases: AbstractTypeSerializer

classmethod check_type(obj)#

Returns true if the obj is of a type handled by this class.

class jztools.serializer.extensions.DtypeSerializer#

Bases: AbstractTypeSerializer

classmethod check_type(obj)#

Returns true if the obj is of a type handled by this class.

class jztools.serializer.extensions.NDArraySerializer#

Bases: AbstractTypeSerializer

classmethod check_type(obj)#

Returns true if the obj is of a type handled by this class.