Supported Config File Formats

Coinjema allows for pluggable script "Evaluators" to be registered that Coinjema then uses to create injection objects for your classes. Currently there are 4 evaluators, and they are:

1 - There is a further requirement that your serialized class must override the readObject(ObjectInputStream in) method (even if only to call super.readObject(in). Yes, kind of obnoxious.