Interface IFingerprintGenerator
- Namespace
- JsonApiDotNetCore.Serialization.Response
- Assembly
- JsonApiDotNetCore.dll
Provides a method to generate a fingerprint for a collection of string values.
[PublicAPI]
public interface IFingerprintGenerator
Methods
Generate(IEnumerable<string>)
Generates a fingerprint for the specified elements.
string Generate(IEnumerable<string> elements)
Parameters
elements
IEnumerable<string>