Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gradientspace/geometry3Sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gmpatel/geometry3Sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 284 files changed
  • 2 contributors

Commits on Nov 30, 2021

  1. Adding [Serializable] attribute to geometry3Sharp objects to allow Bi…

    …naryFormatter serialization
    
    geometry3Sharp is popular and been used in many projects. most projects has their own objects where geometry3Sharp objects are being used and in modern applications cloning/caching/serialization is very common. C#.Net's native BinaryFormatter is fastest way of serializing big objects which you can only do with the objects decorated using [Serializable] attribute. And also the own project classes are not BinaryFormatter serializable if geometry3Sharp objects are used in it. This change will help many projects.
    at-archistar committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    1ef6e4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gmpatel/feature/binaryformatter-serializable

    Adding [Serializable] attribute to geometry3Sharp objects to allow Bi…
    gmpatel authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0debda0 View commit details
    Browse the repository at this point in the history
Loading