SerializeHelperToBinaryT Method | Helper帮助文档 |
BinaryFormatter序列化
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ToBinary<T>( T item )
Public Shared Function ToBinary(Of T) ( item As T ) As String
public: generic<typename T> static String^ ToBinary( T item )
static member ToBinary : item : 'T -> string
Parameters
- item
- Type: T
对象
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:HD.Common.SerializeHelper.ToBinary``1(``0)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.SerializeHelper.ToBinary``1(``0)"]
See Also