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 ().
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?
Hello,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.