A
B
C
D
E
F
G
I
L
M
O
P
R
S
T
W
R
- Refract - class in dev.thecodewarrior.prism.annotation
- Marks a field or Kotlin property to be automatically (de)serialized.
- RefractClass - class in dev.thecodewarrior.prism.annotation
- Marks a class to be automatically (de)serialized
- RefractConstructor - class in dev.thecodewarrior.prism.annotation
- Marks a constructor to be used by Prism to create instances of this class.
- RefractGetter - class in dev.thecodewarrior.prism.annotation
- Marks a method as a property getter to be automatically (de)serialized.
- RefractSetter - class in dev.thecodewarrior.prism.annotation
- Marks a method as a property setter to be automatically (de)serialized.
- register(SerializerFactory) - function in dev.thecodewarrior.prism.Prism
- register(T) - function in dev.thecodewarrior.prism.Prism
- release(R) - function in dev.thecodewarrior.prism.TypeAnalyzer
- release(W) - function in dev.thecodewarrior.prism.TypeAnalyzer
- release() - function in dev.thecodewarrior.prism.TypeReader
- Clears this reader's state and returns it to the TypeAnalyzer's pool
- release() - function in dev.thecodewarrior.prism.TypeWriter
- Clears the writer's state and returns it to the TypeAnalyzer's pool
- release(ArrayReader) - function in dev.thecodewarrior.prism.ArrayAnalyzer
- release(ArrayWriter) - function in dev.thecodewarrior.prism.ArrayAnalyzer
- release() - function in dev.thecodewarrior.prism.ArrayReader
- Clears this reader's state and returns it to the TypeAnalyzer's pool
- release() - function in dev.thecodewarrior.prism.ArrayWriter
- Clears the writer's state and returns it to the TypeAnalyzer's pool
- release(ListReader) - function in dev.thecodewarrior.prism.ListAnalyzer
- release(ListWriter) - function in dev.thecodewarrior.prism.ListAnalyzer
- release() - function in dev.thecodewarrior.prism.ListReader
- Clears this reader's state and returns it to the TypeAnalyzer's pool
- release() - function in dev.thecodewarrior.prism.ListWriter
- Clears the writer's state and returns it to the TypeAnalyzer's pool
- release(MapReader) - function in dev.thecodewarrior.prism.MapAnalyzer
- release(MapWriter) - function in dev.thecodewarrior.prism.MapAnalyzer
- release() - function in dev.thecodewarrior.prism.MapReader
- Clears this reader's state and returns it to the TypeAnalyzer's pool
- release() - function in dev.thecodewarrior.prism.MapWriter
- Clears the writer's state and returns it to the TypeAnalyzer's pool
- release(ObjectReader) - function in dev.thecodewarrior.prism.ObjectAnalyzer
- release(ObjectWriter) - function in dev.thecodewarrior.prism.ObjectAnalyzer
- release() - function in dev.thecodewarrior.prism.ObjectReader
- Clears this reader's state and returns it to the TypeAnalyzer's pool
- release() - function in dev.thecodewarrior.prism.ObjectWriter
- Clears the writer's state and returns it to the TypeAnalyzer's pool
- reserve(Integer) - function in dev.thecodewarrior.prism.base.analysis.ArrayReader
- Ensures the buffer can contain at least length elements, potentially increasing efficiency.
- reserve(Integer) - function in dev.thecodewarrior.prism.base.analysis.ListReader
- Ensures the buffer can contain at least length elements, potentially increasing efficiency.