Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3689

.NET: Remove IgniteProxy

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • platforms

    Description

      IgniteProxy exists to handle serialization of injected IIgnite fields in user classes.

      As a result, we write a type id and a null flag in place of injected fields.

      Instead we should just skip injected fields altogether.

      There are two cases:

      • Binarizable. In this case we can use a special no-op serializer or add a check to BinaryWriter.
      • Serializable. Override ISerializable in Ignite and don't write anything.

      Attachments

        Issue Links

          Activity

            People

              ptupitsyn Pavel Tupitsyn
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: