Method: LEON::Encoder#writeData

Defined in:
lib/io.rb

#writeDataObject



253
254
255
256
257
258
259
260
# File 'lib/io.rb', line 253

def writeData()
  if @hasSpec
    writeValueWithSpec(@payload)
  else
    writeValue(@payload, LEON::type_check(@payload))
  end
  return self
end