FastInfoset.NET

FastInfoset.NET Samples

READY-TO-RUN PROJECTS WITH SAMPLE CODE

XML serialization

Demostrates how to serialize data using Fast Infoset with the system-provided XmlSerializer.

Download

Data contract serialization

Demonstrates how to serialize data using Fast Infoset with the system-provided DataContractSerialization.

Download

Using Fast Infoset as a WCF message encoding

Demonstrates 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.

Download

Roundtrip XML data

This 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.

Download

Message logging

An 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

Get started today.

Download Now