标签: c# .net serialization
我正在尝试考虑实现SerializationInfo GetDouble(字符串值)的最佳方法,但返回一个BigInteger。我正在处理非常大的数字,需要一种合适的方法来定制密封类以实现我的功能。
我可能会过度思考它,有什么建议吗?
干杯。
答案 0 :(得分:2)
GetValue接受Type个对象,BigInteger有SerializableAttribute。
GetValue
Type
BigInteger
SerializableAttribute