FastInfoset.NET Class Reference for .NET
FromXmlSerialized Method (SchemaVocabulary)






Generates a new SchemaVocabulary from the schema inferred from XML serialized object.
Syntax
'Declaration
 
Public Shared Function FromXmlSerialized( _
   ByVal obj As System.Object _
) As SchemaVocabulary
'Usage
 
Dim obj As System.Object
Dim value As SchemaVocabulary
 
value = SchemaVocabulary.FromXmlSerialized(obj)
public static SchemaVocabulary FromXmlSerialized( 
   System.object obj
)
public function FromXmlSerialized( 
    obj: System.TObject
): SchemaVocabulary; static; 
public static function FromXmlSerialized( 
   obj : System.Object
) : SchemaVocabulary;
public: static SchemaVocabulary* FromXmlSerialized( 
   System.Object* obj
) 
public:
static SchemaVocabulary^ FromXmlSerialized( 
   System.Object^ obj
) 

Parameters

obj

Return Value

The generated vocabulary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaVocabulary Class
SchemaVocabulary Members

Send Feedback