Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add interface for custom cell body persistence provider #393

Merged
merged 1 commit into from
Apr 3, 2021

Conversation

jingwood
Copy link
Member

@jingwood jingwood commented Apr 3, 2021

Fixes

The new API

Added the interface to provide the custom cell body data handler during saving and loading into RGF format.

RGFPersistenceProvider.CustomBodyTypeProviders.Add(typeof(MyCellBody), "my-cell-body", new MyCellBodyPersistenceProvider());

@jingwood jingwood merged commit 9115197 into master Apr 3, 2021
@jingwood jingwood deleted the feature/customCellBodyPersistenceProvider branch April 3, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant