Personally I wouldn't bother trying to get the ServiceStack Server running on .NET CF, the lowest runtime supported is .NET 3.5.
The client libraries and the serializers used are in the following projects:
The JSON, JSV, CSV Serializers are in ServiceStack.Text and have no dependencies, and there are currently builds of:
- .NET 3.5+
- Android
- MonoTouch
- Silverlight 4/5
- Windows Phone
- Xbox
From this list ServiceStack.Common (which contain the client libraries) only has explicit support for
- .NET 3.5+
- Android
- MonoTouch
- Silverlight 4/5
Cheers,