encodeJsonInIsolate function
Esegue l'encode di un json in un isolate
Implementation
Future<Validation> encodeJsonInIsolate(String json, FromErrorMessage customMessageToError)
=> IsolateManager.prepare(json, isolateEntryPoint: _jsonEncode, customMessageToError: customMessageToError).start();