vittoriom / RNFPlaceholder

A placeholder project for the work in progress framework RuntimeNetworkFoundation
MIT License
0 stars 0 forks source link

Define a generic PlistConfigurationLoader for custom classes #41

Closed vittoriom closed 10 years ago

vittoriom commented 10 years ago

e.g. dataDeserializer, responseValidator, dataSerializer and so on. For the plist case, it would be nice to define everything inline, specifying the class to instantiate and some parameters, that could be then forwarded to the class either through a dictionary, or through dynamic calling of a method