public WriteObjectDelegate GetWriteFn(Type type) { return(JsvWriter.GetWriteFn(type)); }
public WriteObjectDelegate GetWriteFn <T>() { return(JsvWriter <T> .WriteFn()); }