Class type Ext_data_writer_Writer.t


class type t = object .. end
Inherits
method getRecordData : 'a.
Ext_data_Model.t Js.t ->
Ext_data_Operation.t Js.t Js.optdef -> 'a Js.t Js.meth

Formats the data for each record before sending it to the server. This method should be overridden to format the data in a way that differs from the default.

Parameters:

Returns:


method write : Ext_data_Request.t Js.t -> Ext_data_Request.t Js.t Js.meth

Prepares a Proxy's Ext.data.Request object

Parameters:

Returns: