dump# swordfish._swordfishcpp.dump(obj, file)# Serialize a Constant object and write the serialized data to a writable BinaryIO object. 参数: obj (Constant) -- The object to serialize. Must be a Constant object. file (BinaryIO) -- A writable BinaryIO object to store the serialized data. 返回类型: None