public interface ISerializerFormatter<TSource, TState>
Public Interface ISerializerFormatter(Of TSource, TState)
type ISerializerFormatter<'TSource, 'TState> = interface end
[缺少 "T:TouchSocket.Core.ISerializerFormatter`2" 的 <typeparam name="TSource"/> 文档]
[缺少 "T:TouchSocket.Core.ISerializerFormatter`2" 的 <typeparam name="TState"/> 文档]
Order |
转换器执行顺序
该属性值越小,越靠前执行。值相等时,按添加先后顺序 该属性效果,仅在Add(ISerializerFormatterTSource, TState)之前设置有效。 |
TryDeserialize | 尝试将源数据转换目标类型对象 |
TrySerialize | 尝试将目标类型对象转换源数据 |