class BaseEntity
implements IEntity
protected
_copyBaseProps(other: IEntity): void
protected
_fromSerialized(other: SerializedEntity): void
protected
_serialize(): SerializedEntity
protected
forUpdate(): IEntityForUpdate
protected
markUpdated(): void
abstract
serialize(): any