Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overloads of SerializeToString and SerializeToBytes (#3809)
This commit adds method overloads of SerializeToString and SerializeToBytes that accept an IMemoryStreamFactory as a non-optional parameter, and reinstates methods that do not take an IMemoryStreamFactory. This will make upgrading from 6.x to 7.x easier for those that make use of SerializeToString. Closes #3771
- Loading branch information