This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from ea8524a Made all steps available in the toc in docs.
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
new 2dbe50a Merge branch '3.5-dev'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../IO/GraphBinary/TypeSerializerRegistry.cs | 25 ++++++++++++++++------
.../Structure/IO/GraphSON/GraphSONWriter.cs | 7 +++++-
2 files changed, 25 insertions(+), 7 deletions(-)