Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有一些
data: AnyContent
不知道会是什么内容。
但我认为 BlobColumn 可以很好地写入该数据。
但是我应该如何转换它以便 cassandra 保存并获取此记录?
据我了解, AnyContent 只是基于响应标头进行动态内容解析的数据类型。我认为将这个回复写在一个专栏中并不是一个好主意。为什么你不将响应映射到一个类?但是如果你真的想在一列中使用它,你可以简单地将它解析为字符串。你能写更多关于你的具体问题吗?也许其他解决方案更好。