public static void CloneInto(IWritable dst, IWritable src) { ReflectionUtils.CloneWritableInto(dst, src); }