点击或拖拽改变大小

JsonSerializerGlobalValueFormatDelegate 委托

对Model进行Json序列化时全局值格式化器 The global value formatter when the Model is Json serialized

命名空间:  CPF.Windows.Json
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public delegate string JsonSerializerGlobalValueFormatDelegate(
	Object value,
	Type type,
	JsonSerializerHandler handler,
	out bool isValueFormat
)

参数

value
类型:SystemObject
传进来的值,The value passed in
type
类型:SystemType
值的类型,The type of the value
handler
类型:CPF.Windows.JsonJsonSerializerHandler
提供一些选项进行访问,Provides options for access
isValueFormat
类型:SystemBoolean
决定最终是否进行值格式化,Determines whether the value is ultimately formatted

返回值

类型:String
参见