August 2003
Intermediate to advanced
928 pages
32h 1m
English
IFieldInfo
This interface can expose the field
names
and types of serialized objects. It is used to supply parameter type
information to the SoapFormatter when
deserializing in SOAP RPC format.
public interface IFieldInfo { // Public Instance Properties public string[ ] FieldNames{set; get; } public Type[ ] FieldTypes{set; get; } }