Skip to content

Commit

Permalink
Rename OverrideAtomSerializationHandler and AtomSerializationHandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Oct 29, 2019
1 parent d0482c3 commit de53f6d
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 128 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System;

namespace ExRam.Gremlinq.Core
{
public delegate void AtomSerializer<TAtom>(TAtom atom, ISerializedGremlinQueryAssembler assembler, Action<TAtom> baseSerializer, Action<object> recurse);
}
Loading

0 comments on commit de53f6d

Please sign in to comment.