Use separate WireFormat class to handle encoding Name, Interest, etc.
diff --git a/ndn-cpp/encoding/BinaryXMLWireFormat.cpp b/ndn-cpp/encoding/BinaryXMLWireFormat.cpp
new file mode 100644
index 0000000..705af1e
--- /dev/null
+++ b/ndn-cpp/encoding/BinaryXMLWireFormat.cpp
@@ -0,0 +1,7 @@
+/* 
+ * Author: Jeff Thompson
+ *
+ * BSD license, See the LICENSE file for more information.
+ */
+
+#include "BinaryXMLWireFormat.hpp"