READY-TO-RUN PROJECTS WITH SAMPLE CODE
Demostrates how to serialize data using Fast Infoset with the system-provided XmlSerializer.
DownloadDemonstrates how to serialize data using Fast Infoset with the system-provided DataContractSerialization.
DownloadDemonstrates how to use the FastInfosetMessageEncodingBindingElement with WCF. In this sample the message encoding is used both in a programmatically constructed binding and in the application configuration file.
DownloadThis sample serializes a structured object into a text XML encoded file and a Fast Infoset encoded file. Then the Fast Infoset encoded file is converted to a text XML encoded file to demonstrate that the file produced by serializing the object to Fast Infoset and then converting it to text XML is practically identical to the file produced by serializing the same object to text XML.
DownloadAn application needs to exchange XML messages using the Fast Infoset encoding and at the same needs to keep a log containing the same messages but in the text XML format. This sample demostrates how to perform this task efficiently using parallel processing.
Download