KhrystynaPopadyuk opened a new pull request, #2009:
URL: https://github.com/apache/avro/pull/2009

   ## What is the purpose of the change
   
   This PR is my next attempt to brings flexibility and opportunity to override 
default logic for .NET reflect reader and writer.
   Please find more detail in https://issues.apache.org/jira/browse/AVRO-3603
   
   As there is argument against using interfaces 
(https://github.com/apache/avro/pull/1940) so I made all properties, fields and 
methods in ClassCache, DotnetClass, DotnetProperty virtual. Also I update all 
private to protected to be able use and override  in child implementation. This 
should allow similar flexibility as interface.
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? NO
   - If yes, how is the feature documented? N/A
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to