This repository was archived by the owner on Jan 9, 2025. It is now read-only.
|
Hi all |
Answered by
hg-ms
Sep 14, 2023
Replies: 1 comment
|
The type-dictionary parser is: please see |
0 replies
Answer selected by
guykatz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The type-dictionary parser is:
one.microstream.persistence.types.PersistenceTypeDictionaryParser.Defaultit creates a list of
PersistenceTypeDictionaryEntrythat is used by theone.microstream.persistence.types.PersistenceTypeDictionaryBuilder.Defaultto create the type-dictionary.please see
one.microstream.persistence.types.PersistenceTypeDictionaryCompiler.Default.compileTypeDictionary(String)how it is used.