This is a migrated thread and some comments may be shown as answers.

Serialize EditorFormatSet

2 Answers 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dan Ehrmann
Top achievements
Rank 1
Dan Ehrmann asked on 25 Jul 2012, 10:11 PM
I need to be able to serialize a collection of EditorFormatSet objects, but the class is not marked [serializable]. I suspect I will have the same problem with EditorFormatSetAttribute.

Can this be changed? Can you think of a workaround? (I tried using a wrapper class, but it didn't help)

I am using 2012.1.411.40

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Jul 2012, 12:56 PM
Hi,

I talked with our developers and we will provide serialization for the EditorFormatSet object for the next version. Here you can find the PITS Issue: Public URL.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Dan Ehrmann
Top achievements
Rank 1
answered on 01 Aug 2012, 01:18 PM
ok, thanx

In the meantime, I have created a small class to hold the data needed to create an EditorFormatSet. I am caching a list of these objects, and then converting them to EditorFormatSets when needed.
Tags
Editor
Asked by
Dan Ehrmann
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Dan Ehrmann
Top achievements
Rank 1
Share this question
or