Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Allow to customize the JsonSerializer using json converters - #16

Open
dgmachado wants to merge 1 commit into
mtranter:masterfrom
dgmachado:master
Open

Allow to customize the JsonSerializer using json converters#16
dgmachado wants to merge 1 commit into
mtranter:masterfrom
dgmachado:master

Conversation

@dgmachado

Copy link
Copy Markdown

Allow to customize the jsonSerializer, for example:

       var cypherSessionFactory = Fluently.Configure(_uriString).CreateSessionFactory();
       var cypherSession = cypherSessionFactory.Create();
       cypherSession.JsonConverters.Add(new CustomJsonConverter());

       ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant