tff.types.serialize_type

Serializes 'type_spec' as a pb.Type.

type_spec A computation_types.Type.

The corresponding instance of pb.Type.

TypeError if the argument is of the wrong type.
NotImplementedError for type variants for which serialization is not implemented.