FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > Serializer クラス : SerializeObject2 メソッド |
'宣言
Public Shared Function SerializeObject2( _ ByVal o As Object, _ ByVal elementName As String, _ ByVal w As XmlTextWriter, _ ByVal callingAssembly As Assembly, _ ByVal restrictedNamedStyled As Hashtable, _ ByVal addedNamedStyles As Object _ ) As Boolean
public static bool SerializeObject2( object o, string elementName, XmlTextWriter w, Assembly callingAssembly, Hashtable restrictedNamedStyled, object addedNamedStyles )