Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Serialization/Deserialization of parameters and return values

I would like to serialize a service methods parameters to  JSON on the client side and deserialize from  JSON on the host side.   If this is possible what would be the recommended approach? Can this be done declaratively?

Back to the top