Constructor for ConversionRegister
Entries for the conversion register
Readonly entriesEntries for the conversion register
Static Readonly instanceThe instance of the conversion register
Deep-Export an array of values to an array of strings
the array of values to export
Function to check if a value is supported and therefore should not be converted to a string
Array of strings
Deep-Export an object of values to an object of strings
Object of values to export
Function to check if a value is supported and therefore should not be converted to a string
Object of strings
Deep-Export a value to a string
Value to export
Optional supportsValue: ((it) => boolean)Function to check if a value is supported and therefore should not be converted to a string
String
Optional supportsValue: ((it) => boolean)Export an array of values to an array of strings
the array of values to export
Function to check if a value is supported and therefore should not be converted to a string
Array of strings
Export an object of values to an object of strings
Object of values to export
Function to check if a value is supported and therefore should not be converted to a string
Object of strings
Register a type in the conversion register
the type to register
the identifier for the type
export to string function
import from string function
Generated using TypeDoc
Conversion register for converting values to and from strings Used to store values in a database that does not support the type of the value