SerializationInfo
cs.system.runtime.serialization.SerializationInfo (extern final class)
Instance Members
MemberCount: Int
FullTypeName: String
AssemblyName: String
AddValue(name: String, value: Dynamic, type: cs.system.Type): Void
Name | Type |
---|---|
name |
String |
value |
Dynamic |
type |
cs.system.Type |
GetValue(name: String, type: cs.system.Type): Dynamic
Name | Type |
---|---|
name |
String |
type |
cs.system.Type |
Returns |
---|
Dynamic |
SetType(type: cs.system.Type): Void
Name | Type |
---|---|
type |
cs.system.Type |
GetEnumerator(): SerializationInfoEnumerator
Returns |
---|
SerializationInfoEnumerator |
Name | Type |
---|---|
name |
String |
Returns |
---|
Bool |
GetByte(name: String): cs.types.UInt8
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.UInt8 |
GetChar(name: String): cs.types.Char16
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.Char16 |
GetDateTime(name: String): cs.system.DateTime
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.system.DateTime |
GetDecimal(name: String): cs.system.Decimal
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.system.Decimal |
Name | Type |
---|---|
name |
String |
Returns |
---|
Float |
GetInt16(name: String): cs.types.Int16
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.Int16 |
Name | Type |
---|---|
name |
String |
Returns |
---|
Int |
GetInt64(name: String): haxe.Int64
Name | Type |
---|---|
name |
String |
Returns |
---|
haxe.Int64 |
GetSByte(name: String): cs.types.Int8
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.Int8 |
Name | Type |
---|---|
name |
String |
Returns |
---|
Single |
Name | Type |
---|---|
name |
String |
Returns |
---|
String |
GetUInt16(name: String): cs.types.UInt16
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.UInt16 |
Name | Type |
---|---|
name |
String |
Returns |
---|
UInt |
GetUInt64(name: String): cs.types.UInt64
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.types.UInt64 |
new(type: cs.system.Type, converter: IFormatterConverter): Void
Name | Type |
---|---|
type |
cs.system.Type |
converter |
IFormatterConverter |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |