Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
UltraToolbarsManager:SaveAsXml and inherited ValueList
posted

Hallo,

I have the UltraToolbarsmanager with the UltraCoboboxTool.

In this Combbox is one inherited ValueList - MosValueList:

CLASS com.mostangram.clients.choice.system.valuelist.MosValueList 

INHERITS ValueList 

IMPLEMENTS System.Runtime.Serialization.ISerializable: 

 

CONSTRUCTOR PROTECTED MosValueList ( INPUT info AS System.Runtime.Serialization.SerializationInfo, INPUT context AS System.Runtime.Serialization.StreamingContext ):

SUPER (info,context).

END CONSTRUCTOR.

 

CONSTRUCTOR PUBLIC MosValueList(  ):

SUPER ().

END CONSTRUCTOR.

METHOD PUBLIC OVERRIDE VOID GetObjectData( INPUT info AS System.Runtime.Serialization.SerializationInfo, INPUT context AS System.Runtime.Serialization.StreamingContext ):

SUPER:GetObjectData(info,context).

END METHOD.

END CLASS.

When I call method "UltraToolbarsManager:SaveAsXml", get this errormessages:

"System.ApplicationException: Error encountered while serializing data into stream."

and

"System.Runtime.Serialization.SerializationException: Der com.mostangram.clients.choice.system.valuelist.MosValueListAbstract-Typ in der OEProxyAssembly, Version=10.2.2.0, Culture=neutral, PublicKeyToken=null-Assembly ist nicht als serialisierbar markiert."

 

Can you please help me? What is wrong? What another yet must be implemented or how?

 

 

Parents
No Data
Reply Children
No Data