TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Santhosh Subramaniam
NA
226
108.2k
Not marked as Serializable ....?
Dec 10 2014 1:35 AM
Hi Frnds,
I am taking backup of object my using Serialize method , here i am getting error not marked as
Serializable
but every thing is marked as Serializable
,
I want to take a backup of object any other method is there please tell me.
using (MemoryStream ms = new MemoryStream())
{
BinaryFormatter bf = new BinaryFormatter();
bf.Serialize(ms, MyObj); // -- Error
ms.Position = 0;
MyObjBackup = (MyClass)bf.Deserialize(ms);
}
Thanks in Advance.
Reply
Answers (
2
)
i am new in wcf . pl. guid me in details
Read message queue sending by service contracts