Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ IsSerializerEnabled
Method
IsSerializerEnabled
benchmarks/csharp/Program.cs:131–134 ·
view source on GitHub ↗
(string serializer)
Source
from the content-addressed store, hash-verified
129
}
130
131
public bool IsSerializerEnabled(string serializer)
132
{
133
return SerializerFilter.Count == 0 || SerializerFilter.Contains(serializer);
134
}
135
136
public void ValidateSchemaMismatch()
137
{
Callers
1
AddCases
Method · 0.80
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected