-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
What steps will reproduce the problem?
1. invoke a service with a parameter object that is never returned from the
server.
2. the client will error when serializing the parameter
3. This may also occour in the opposite case (deserializing a server return
object that is never supplied as a parameter)
What is the expected output? What do you see instead?
the client should be able to serialize the parameter. However it does not
appear in the Serilizer whiteList and does appear in the Desrializer white list
What version of the product are you using? On what operating system?
0.3, Windows
Please provide any additional information below.
We are using the DummySerializationPolicy.
if (true) { //serializationPolicyName == null){
The client should invert the serialization/deserialization flags when using the
server policy
Original issue reported on code.google.com by josh.e.p...@gmail.com on 29 Mar 2012 at 1:19
Reactions are currently unavailable