public WriteObjectDelegate GetWriteFn(Type type) => JsonWriter.GetWriteFn(type);
public WriteObjectDelegate GetWriteFn(Type type) { return(JsonWriter.GetWriteFn(type)); }