serialization

Tag details

Welcome to the 'serialization' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'serialization'.

Look up Offsite Link "serialization" at The Free Dictionary

Latest blogosphere posts tagged “serialization”

  • On Releasing an Open-Source Project (Moo v1.0)


    Furious PurposeAuthority Authority: 91
    Like many developers, I’ve used a large number of open-source projects over the years to get my work done. Also like many developers, I’ve worked for companies that were wary of contributing to open-source projects to any significant degree. Worse, several of these companies attempted to claim the rights to any ...
    5 days ago
  • Building a Data Contract Serializer Behavior


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    In configuration theres a DataContractSerializer behavior that I can add to my service, but the class it uses is internal. How do I get the same behavior programmatically? The DataContractSerializer behavior is a shortcut for setting the MaxItemsInObjectGraph and IgnoreExtensionDataObject options on endpoints. You ...
    1 week ago
  • serializationFilter in HTTPMultiService


    Rendezvous with technologyAuthority Authority: 103
    HTTPService/HTTPMultiService have a cool concept of a Serialization Filter. This mechanism let’s you configure and manipulate various aspects of the HTTP call like the request, response, etc.. A default implementation of SerializationFilter is provided in mx.rpc.http.SerializationFilter Usage - You can create a ...
    2 weeks ago
  • Finding CLR Types from Schema


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    How can I found out what CLR type a particular XML schema definition will map to when using data contracts? Ask the type system what type it thinks the schema will map to. static string ClrTypeForXmlType(XmlQualifiedName xmlType) { return new XsdDataContractImporter().GetCodeTypeReference(xmlType).BaseType; ...
    2 weeks ago
  • Order Best Practices


    Nicholas Allen's Indigo BlogAuthority Authority: 492
    Why is setting the Order property on data members recommended when adding fields in a new version of the contract? The data contract versioning best practices recommend taking three steps when adding fields in a new version of a contract. The first recommendation is to set the IsRequired property on the new field ...
    3 weeks ago

Comments about serialization

Personal attacks are NOT allowed
Please read our comment policy