public class SerializeHelper| SerializeHelper | Initializes a new instance of the SerializeHelper class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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字串 |
| ToString | Returns 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格式資料流 |
| WriteJsonFile |
寫入Json格式檔案
(Defined by SerializeExtend) |