Hi Greg,
Sinc you've added a DataContract attribute to the EmployeeSlice you also need to decorate members with the DataMember attribute. Alternately, you can remove the DataContract attribute on the class, and all public properties will then serialize.