SerializeHelper Class

序列化類別

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.SerializeHelper (in eBizprise.Framework.SerializeHelper.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public class SerializeHelper
Inheritance
Object    SerializeHelper

Constructors

SerializeHelperInitializes a new instance of the SerializeHelper class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadBsonT(Byte) 讀取Bson資料陣列反序列化為物件
ReadBsonT(String) 讀取Bson字串反序列化為物件
ReadBsonT(Byte, NullableJsonOption) 讀取Bson資料陣列反序列化為物件
ReadBsonT(Stream, NullableJsonOption) 讀取Bson資料流反序列化為物件
ReadBsonT(String, NullableJsonOption) 讀取Bson字串反序列化為物件
ReadBsonyT 讀取Bson資料流反序列化為物件
ReadJsonT(Stream) 讀取Json資料反序列化為物件
ReadJsonT(String) 讀取Json字串反序列化為物件
ReadJsonT(Stream, NullableJsonOption) 讀取Json資料反序列化為物件
ReadJsonT(String, NullableJsonOption) 讀取Json字串反序列化為物件
ReadXmlT(Stream) 讀取Xml資料反序列化為物件
ReadXmlT(String) 讀取Xml資料反序列化為物件
ToBsonString(Object) 轉換Bson字串
ToBsonString(Object, NullableJsonOption) 轉換Bson字串
ToJsonString(Object) 轉換Json字串
ToJsonString(Object, NullableJsonOption) 轉換Json字串
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXmlString 轉換Xml字串
WriteBson(Stream, Object) 寫入Bson格式資料流
WriteBson(Stream, Object, NullableJsonOption) 寫入Bson格式資料流
WriteJson(Stream, Object) 寫入Json格式資料流
WriteJson(Stream, Object, NullableJsonOption) 寫入Json格式資料流

Extension Methods

WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also