[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] [supercollider/supercollider] eb6a1f: class library: add storeOn support to TwoWayIdenti...



  Branch: refs/heads/master
  Home:   https://github.com/supercollider/supercollider
  Commit: eb6a1f191f3321367206bf56360c85e3f5e2609d
      https://github.com/supercollider/supercollider/commit/eb6a1f191f3321367206bf56360c85e3f5e2609d
  Author: Julian Rohrhuber <julian.rohrhuber@xxxxxxxxxxxxxxxxxx>
  Date:   2015-11-19 (Thu, 19 Nov 2015)

  Changed paths:
    M SCClassLibrary/Common/Collections/ObjectTable.sc

  Log Message:
  -----------
  class library: add storeOn support to TwoWayIdentityDictionary

TwoWayIdentityDictionary has a rather minimalistic interface compared
to Dictionary. This patch adds the proper interface for supporting
archiving and asCompileString conversion. This fixes  #1699.