JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
G
L
M
O
R
S
T
W
B
bytesToList(byte[])
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
bytesToMap(byte[])
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
C
convertTypedDefinitionToUnion(D)
- Method in class org.coursera.pegasus.
TypedDefinitionDataCoercer
Convert from typedDefinition wire form to union form for in-memory usage by courier.
convertUnionToTypedDefinition(D)
- Method in class org.coursera.pegasus.
TypedDefinitionDataCoercer
Convert from union form for in-memory usage by courier to typedDefinition wire form.
convertUnionToTypedDefinitionInPlace(D)
- Method in class org.coursera.pegasus.
TypedDefinitionDataCoercer
Convert from union form for in-memory usage by courier to typedDefinition wire form.
G
getStringEncoding()
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
L
listToBytes(DataList)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
listToString(DataList)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
M
mapToBytes(DataMap)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
mapToString(DataMap)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
O
org.coursera.pegasus
- package org.coursera.pegasus
R
readList(InputStream)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
readList(Reader)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
readMap(InputStream)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
readMap(Reader)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
S
stringToList(String)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
stringToMap(String)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
T
TypedDefinitionCodec
- Class in
org.coursera.pegasus
Extends existing Pegasus codecs to support for the "typedDefinition" and "flatTypedDefinition" serializations originally used in our Play! JSON classes.
TypedDefinitionCodec(DataSchema, TextDataCodec)
- Constructor for class org.coursera.pegasus.
TypedDefinitionCodec
TypedDefinitionCodec(DataSchema, TextDataCodec, Boolean)
- Constructor for class org.coursera.pegasus.
TypedDefinitionCodec
TypedDefinitionDataCoercer
- Class in
org.coursera.pegasus
WARNING: This coercer mutates data in-place! Please do not use directly unless you are sure you know what you are doing.
TypedDefinitionDataCoercer(DataSchema)
- Constructor for class org.coursera.pegasus.
TypedDefinitionDataCoercer
TypedDefinitionDataCoercer(DataSchema, Boolean)
- Constructor for class org.coursera.pegasus.
TypedDefinitionDataCoercer
W
writeList(DataList, OutputStream)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
writeList(DataList, Writer)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
writeMap(DataMap, OutputStream)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
writeMap(DataMap, Writer)
- Method in class org.coursera.pegasus.
TypedDefinitionCodec
B
C
G
L
M
O
R
S
T
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes