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
om prakash
NA
281
103.9k
xml
Jul 22 2013 5:34 AM
public
static
void
Serialize(AddressDetails details)
{
XmlSerializer serializer =
new
XmlSerializer(
typeof
(AddressDetails));
using
(
TextWriter
writer =
new
StreamWriter
(
@"D:\Om\myXml.xml"
))
{
serializer.Serialize(writer, details);}
the words which are coloured I got error
Reply
Answers (
3
)
xml error(serialization)
Expected class delegate enum interface or struct