Table of Contents

Class JsonWriter

Namespace
Android.Util
Assembly
MASES.Netdroid.dll
public class JsonWriter : Closeable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
JsonWriter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JsonWriter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JsonWriter()

JsonWriter(Writer)

public JsonWriter(Writer arg0)

Parameters

arg0 Writer

Writer

JsonWriter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public JsonWriter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

BeginArray()

public JsonWriter BeginArray()

Returns

JsonWriter

JsonWriter

Exceptions

IOException

BeginObject()

public JsonWriter BeginObject()

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Close()

public void Close()

Exceptions

IOException

EndArray()

public JsonWriter EndArray()

Returns

JsonWriter

JsonWriter

Exceptions

IOException

EndObject()

public JsonWriter EndObject()

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Flush()

public void Flush()

Exceptions

IOException

IsLenient()

public bool IsLenient()

Returns

bool

bool

Name(String)

public JsonWriter Name(String arg0)

Parameters

arg0 String

String

Returns

JsonWriter

JsonWriter

Exceptions

IOException

NullValue()

public JsonWriter NullValue()

Returns

JsonWriter

JsonWriter

Exceptions

IOException

SetIndent(String)

public void SetIndent(String arg0)

Parameters

arg0 String

String

SetLenient(bool)

public void SetLenient(bool arg0)

Parameters

arg0 bool

bool

Value(Number)

public JsonWriter Value(Number arg0)

Parameters

arg0 Number

Number

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Value(String)

public JsonWriter Value(String arg0)

Parameters

arg0 String

String

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Value(bool)

public JsonWriter Value(bool arg0)

Parameters

arg0 bool

bool

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Value(double)

public JsonWriter Value(double arg0)

Parameters

arg0 double

double

Returns

JsonWriter

JsonWriter

Exceptions

IOException

Value(long)

public JsonWriter Value(long arg0)

Parameters

arg0 long

long

Returns

JsonWriter

JsonWriter

Exceptions

IOException