readResolve method

Object readResolve()

Implementation

Object readResolve() {
  return nameToTypeMap[name] as Object;
}