copyFrom method

void copyFrom(
  1. Object src
)

Implementation

void copyFrom(Object src) {
  copyFromBuffer(_convertObjectToBuffer(src, type));
}