Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. xml serializer

xml serializer

Scheduled Pinned Locked Moved XML / XSL
xmlquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mukkanti007
    wrote on last edited by
    #1

    hi , can someone tell me what is xml serializer and why it works only on public fields

    Thanks Mukkanti

    I D 2 Replies Last reply
    0
    • M mukkanti007

      hi , can someone tell me what is xml serializer and why it works only on public fields

      Thanks Mukkanti

      I Offline
      I Offline
      Ilya Verbitskiy
      wrote on last edited by
      #2

      Hi, You can see tutorial here.

      1 Reply Last reply
      0
      • M mukkanti007

        hi , can someone tell me what is xml serializer and why it works only on public fields

        Thanks Mukkanti

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Because private means that the proprty/field/method/whatever is only visible to code inside the scope that declares it. Since an XmlSerialer class is not declared as part of your class code, it can't see inside your class.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups