You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2022/02/23 08:31:01 UTC

[tinkerpop] branch 3.5-dev updated (c8b8901 -> 73874b2)

This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from c8b8901  Add rat/git ignores for python debugging CTR
     add cc0a838  GraphSONWriter.IsDictionaryType: Return true not only when the type is an actual Dictionary<,>, but even if it's something else that implements IEnumerable<KeyValuePair<,>>. This is useful when an instance of an ImmutableDictionary is passed as Bindings to a RequestMessage.
     add 5383d69  Split long line.
     add acbb0b7  Make TypeSerializerRegistry.IsDictionaryType work on all types implementing IDictionary<,>.
     add 007963a  Address style feedback.
     add 73874b2  Merge branch 'danielcweber-OpenUpIsDictionaryTypeToMoreActualTypes' into 3.5-dev

No new revisions were added by this update.

Summary of changes:
 .../IO/GraphBinary/TypeSerializerRegistry.cs       | 25 ++++++++++++++++------
 .../Structure/IO/GraphSON/GraphSONWriter.cs        |  7 +++++-
 2 files changed, 25 insertions(+), 7 deletions(-)