Method | Description | |
---|---|---|
MarshallToJson ( ) : string |
Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.
|
|
UnmarshallFromJson ( String eventValue ) : |
Creates an Event object from Json.
|
public static UnmarshallFromJson ( String eventValue ) : |
||
eventValue | String | /// The Json string representing the Event. /// |
return |