public override DictionaryEntry <TKey, TValue> Deserialize(ref byte[] bytes, int offset, DirtyTracker tracker, out int byteSize) { return(DictionaryEntry.Create <TKey, TValue>(bytes, offset, tracker, out byteSize)); }