C# Class System.Runtime.Serialization.Formatters.Binary.BinaryTypeConverter

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
GetBinaryTypeInfo ( Type type, WriteObjectInfo objectInfo, string typeName, ObjectWriter objectWriter, object &typeInformation, int &assemId ) : BinaryTypeEnum
GetParserBinaryTypeInfo ( Type type, object &typeInformation ) : BinaryTypeEnum
ReadTypeInfo ( BinaryTypeEnum binaryTypeEnum, System.Runtime.Serialization.Formatters.Binary.BinaryParser input, int &assemId ) : object
TypeFromInfo ( BinaryTypeEnum binaryTypeEnum, object typeInformation, ObjectReader objectReader, BinaryAssemblyInfo assemblyInfo, InternalPrimitiveTypeE &primitiveTypeEnum, string &typeString, Type &type, bool &isVariant ) : void
WriteTypeInfo ( BinaryTypeEnum binaryTypeEnum, object typeInformation, int assemId, System.Runtime.Serialization.Formatters.Binary.BinaryFormatterWriter output ) : void