Skip to content

Instantly share code, notes, and snippets.

View beppe9000's full-sized avatar

beppe9000

View GitHub Profile
@beppe9000
beppe9000 / DCSerializerTest.cs
Created February 11, 2016 19:24 — forked from theburningmonk/DCSerializerTest.cs
Testing DataContractSerializer in .Net 4.5.1 - Visual Basic
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports System.Threading.Tasks
Imports System.Runtime.Serialization
Imports System.IO
Imports System.Xml
Namespace DCSerializerTest
<DataContract> _