InitializerInitialize(String, Boolean) Method
Sets the x-api-key used thorughout Babelfish, and initializes the JSON serializers and deserializers.
To obtain an x-api-key visit Scopos' support pages to learn how.
Namespace: Scopos.BabelFish.RuntimeAssembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public static void Initialize(
string xApiKey,
bool runPreLoad = true
)
Parameters
- xApiKey String
- runPreLoad Boolean (Optional)
- If true, pre-loads the definition cache with standard set of Definitions. Intended to be set to false during unit testing to avoid excessive API calls.
The Serializers and Deserializers found in Scopos.BabelFish.Helpers.SerializerOptions class.