# Functions
No description provided by the author
CopyRecursive does the actual copying of the interface.
No description provided by the author
DeepCopy creates a deep copy of whatever is passed to it and returns the copy in an interface{}.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
不新建对象,保留原对象,不做深度复制处理.
异常退出.
新建对象,跳过私有属性的处理.
# Variables
No description provided by the author
# Interfaces
Interface for delegating copy process to type.