In all the deserialize methods, we query \\ "value" instead of \\ "param" \ "value" because the array and struct contains elements only inside a value tag
In all the deserialize methods, we query \\ "value" instead of \\ "param" \ "value" because the array and struct contains elements only inside a value tag
This is a pseudo ISO8601 timestamp because it lacks milliseconds and time zone information.
This is a pseudo ISO8601 timestamp because it lacks milliseconds and time zone information. Specification in http://en.wikipedia.org/wiki/XML-RPC.
This gives support for both case case classes and tuples.
This gives support for both case case classes and tuples. Since they can be extracted with a Generic.Aux and converted to HLists, we make this conversion and serialize/deserialize HLists.
This is the support for HList serialization/deserialization.
This is the support for HList serialization/deserialization. HNil is the equivalent to Nil in the standard Scala List and the same for HCons. hcons's serialize and deserialize methods use a recursive strategy.