Class CustomColumnDescriptor

java.lang.Object
io.deephaven.web.shared.data.CustomColumnDescriptor
All Implemented Interfaces:
Serializable

public class CustomColumnDescriptor extends Object implements Serializable
We still send plain strings to the server and receive plain strings from the client. This is here mostly to have a sane place to handle client introspection of custom column definitions. We should probably wire this into place for our internal guts, and convert to this form immediately upon receiving input from user.
See Also: