All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leakyabstractions.result.micronaut.serde.package-info Maven / Gradle / Ivy

/**
 * Provides Micronaut Serialization for {@link com.leakyabstractions.result.api.Result Result} objects.
 * 

* Result Library *

Micronaut Serialization for Result

*

* When using {@link com.leakyabstractions.result.api.Result Result} objects with * Micronaut, we might run into some problems. The * Micronaut serialization * support for Result solves them by making Micronaut treat results as {@link io.micronaut.serde.annotation.Serdeable * Serdeable} (so they can be serialized and deserialized). * * @author Guillermo Calvo * @see Quick guide * @see Free book * @see Source code * @see com.leakyabstractions.result.micronaut.serde.ResultArgument * @see com.leakyabstractions.result.api.Result Result */ package com.leakyabstractions.result.micronaut.serde;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy