facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Explicit identifiers #21

Closed andrewcox closed 12 years ago

andrewcox commented 12 years ago

Proper handling of parameters with explicit ids, and also cases where the client method is called with missing parameters, extra parameters, and/or reordered parameters compared to the server method.

Includes unit tests to test cases of missing, extra, and reordered parameters.