.NET serialization specification

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Schilling

    .NET serialization specification

    Is there an official specification for .NET serialization? I've looked at
    the .NET framework docs and read Jeffrey Richter's MSDN articles, but I'm
    looking for something more complete, corresponding to the specification of
    Java serialization found at



  • Wayne Citrin

    #2
    Re: .NET serialization specification

    "Mike Schilling" <mscottschillin g@hotmail.com> wrote in message
    news:e2CM%23TOZ DHA.2032@TK2MSF TNGP10.phx.gbl. ..[color=blue]
    > Is there an official specification for .NET serialization? I've looked at
    > the .NET framework docs and read Jeffrey Richter's MSDN articles, but I'm
    > looking for something more complete, corresponding to the specification of
    > Java serialization found at
    >[/color]
    http://java.sun.com/products/jdk/1.2...alTOC.doc.html[color=blue]
    >
    >[/color]

    Hi Mike --

    I've never found an "official" specification, but there's a pretty good
    detailed description in the book Microsoft .NET Remoting, by Scott McLean,
    James Naftel, and Kim Williams (Microsoft Press). There's also a
    specification published by the Mono folks, but I can't vouch for its
    accuracy as a description of Microsoft binary serialization:



    Wayne
    _______________ _______________ ______

    Wayne Citrin
    JNBridge, LLC
    citrin@jnbridge .com

    Spanning the Worlds of Java and .NET
    _______________ _______________ ______



    Comment

    • Mike Schilling

      #3
      Re: .NET serialization specification

      Thanks, Wayne, I'll have a look.

      Oh, and if anyone at Microsoft is listening, have a look at the Java link.
      A company that's serious about attracting enterprise developers makes
      information like this available.

      "Wayne Citrin" <citrin@jnbridg e.com> wrote in message
      news:vk0si3hmam dp9e@corp.super news.com...[color=blue]
      > "Mike Schilling" <mscottschillin g@hotmail.com> wrote in message
      > news:e2CM%23TOZ DHA.2032@TK2MSF TNGP10.phx.gbl. ..[color=green]
      > > Is there an official specification for .NET serialization? I've looked[/color][/color]
      at[color=blue][color=green]
      > > the .NET framework docs and read Jeffrey Richter's MSDN articles, but[/color][/color]
      I'm[color=blue][color=green]
      > > looking for something more complete, corresponding to the specification[/color][/color]
      of[color=blue][color=green]
      > > Java serialization found at
      > >[/color]
      >[/color]
      http://java.sun.com/products/jdk/1.2...alTOC.doc.html[color=blue][color=green]
      > >
      > >[/color]
      >
      > Hi Mike --
      >
      > I've never found an "official" specification, but there's a pretty good
      > detailed description in the book Microsoft .NET Remoting, by Scott McLean,
      > James Naftel, and Kim Williams (Microsoft Press). There's also a
      > specification published by the Mono folks, but I can't vouch for its
      > accuracy as a description of Microsoft binary serialization:
      >
      > http://archive.neotonic.com/archive/...ead/3110/11171
      >
      > Wayne
      > _______________ _______________ ______
      >
      > Wayne Citrin
      > JNBridge, LLC
      > citrin@jnbridge .com
      > www.jnbridge.com
      > Spanning the Worlds of Java and .NET
      > _______________ _______________ ______
      >
      >
      >[/color]


      Comment

      Working...